Skip to content

Commit e747153

Browse files
committed
Fixed changelog and bumped to 0.0.6.
1 parent 3994f7a commit e747153

File tree

2 files changed

+18
-10
lines changed

2 files changed

+18
-10
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.0.6] - 2021-01-10
10+
11+
- Fixed CHANGELOG.md.
12+
13+
## [0.0.5] - 2021-01-10
14+
915
## Changed
1016

1117
- Updated code-ql workflow.
12-
13-
## [0.0.4] - 2021-01-05
18+
- Updated workflow for gitmodules.
19+
- Updated workflow for gitmodules for all jobs.
20+
- Added `--remote` `--merge` to submodule update in workflow.
21+
- Updated build scripts.
22+
- Updated to new gradle packages and new gradle.
23+
- Updated main workflow and makefile.
1424

1525
### Added
1626

@@ -20,19 +30,15 @@ The format is based on [Keep a Changelog][Keep a Changelog], and this project ad
2030
- Added npm install step.
2131
- Added development steps until CI automation is in place.
2232

33+
## [0.0.4] - 2021-01-05
34+
2335
### Changed
2436

2537
- Updated extension name.
2638
- Updated Changelog.
2739
- Updated `create_problems_list.py`.
2840
- Updated `.gitignore`.
2941
- Updated extension display name.
30-
- Updated workflow for gitmodules.
31-
- Updated workflow for gitmodules for all jobs.
32-
- Added `--remote` `--merge` to submodule update in workflow.
33-
- Updated build scripts.
34-
- Updated to new gradle packages and new gradle.
35-
- Updated main workflow and makefile.
3642

3743

3844
## [0.0.3] - 2021-01-05
@@ -69,7 +75,9 @@ The format is based on [Keep a Changelog][Keep a Changelog], and this project ad
6975
[Semantic Versioning]: https://semver.org/
7076

7177
<!-- Versions -->
72-
[Unreleased]: https://github.com/computer-science-engineering/vscode-cse-framework/compare/v0.0.4..HEAD
78+
[Unreleased]: https://github.com/computer-science-engineering/vscode-cse-framework/compare/v0.0.6..HEAD
79+
[0.0.6]: https://github.com/computer-science-engineering/vscode-cse-framework/compare/v0.0.5..v0.0.6
80+
[0.0.5]: https://github.com/computer-science-engineering/vscode-cse-framework/compare/v0.0.4..v0.0.5
7381
[0.0.4]: https://github.com/computer-science-engineering/vscode-cse-framework/compare/v0.0.3..v0.0.4
7482
[0.0.3]: https://github.com/computer-science-engineering/vscode-cse-framework/compare/v0.0.1..v0.0.3
7583
[0.0.2]: https://github.com/computer-science-engineering/vscode-cse-framework/compare/v0.0.1..v0.0.2

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.5",
5+
"version": "0.0.6",
66
"publisher": "manas-talukdar",
77
"license": "MIT",
88
"repository": {

0 commit comments

Comments
 (0)