@@ -6,11 +6,21 @@ The format is based on [Keep a Changelog][Keep a Changelog], and this project ad
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 0.0.6] - 2021-01-10
10
+
11
+ - Fixed CHANGELOG.md.
12
+
13
+ ## [ 0.0.5] - 2021-01-10
14
+
9
15
## Changed
10
16
11
17
- 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.
14
24
15
25
### Added
16
26
@@ -20,19 +30,15 @@ The format is based on [Keep a Changelog][Keep a Changelog], and this project ad
20
30
- Added npm install step.
21
31
- Added development steps until CI automation is in place.
22
32
33
+ ## [ 0.0.4] - 2021-01-05
34
+
23
35
### Changed
24
36
25
37
- Updated extension name.
26
38
- Updated Changelog.
27
39
- Updated ` create_problems_list.py ` .
28
40
- Updated ` .gitignore ` .
29
41
- 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.
36
42
37
43
38
44
## [ 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
69
75
[ Semantic Versioning ] : https://semver.org/
70
76
71
77
<!-- 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
73
81
[ 0.0.4 ] : https://github.com/computer-science-engineering/vscode-cse-framework/compare/v0.0.3..v0.0.4
74
82
[ 0.0.3 ] : https://github.com/computer-science-engineering/vscode-cse-framework/compare/v0.0.1..v0.0.3
75
83
[ 0.0.2 ] : https://github.com/computer-science-engineering/vscode-cse-framework/compare/v0.0.1..v0.0.2
0 commit comments