Skip to content

Commit d757823

Browse files
committed
Updated to 0.0.8.
1 parent 8d4e6b5 commit d757823

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ The format is based on [Keep a Changelog][Keep a Changelog], and this project ad
66

77
## [Unreleased]
88

9+
## [0.0.8] - 2021-03-07
10+
11+
- Updated coverage to 5.6.
12+
913
## [0.0.7] - 2021-02-07
1014

1115
### Changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-cse-framework",
33
"displayName": "cse-framework",
44
"description": "VSCode extension for cse repositories - provides templates, snippets, etc.",
5-
"version": "0.0.7",
5+
"version": "0.0.8",
66
"publisher": "manas-talukdar",
77
"license": "MIT",
88
"repository": {

static-to-copy/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
markdown
22
BeautifulSoup4
3-
coverage<5.5 # manual enforcement for coveralls dependency: coveralls 1.9.2 has requirement coverage<5.0,>=3.6
3+
coverage<5.6 # manual enforcement for coveralls dependency: coveralls 1.9.2 has requirement coverage<5.0,>=3.6
44
codacy-coverage
55
codecov
66
coveralls

0 commit comments

Comments
 (0)