Skip to content

Commit 6d2d2ed

Browse files
authored
📌 Merge pull request #131 from numaru/release/1.12.0
Release/1.12.0
2 parents 4283fdf + 55dfc05 commit 6d2d2ed

File tree

5 files changed

+451
-13
lines changed

5 files changed

+451
-13
lines changed

.vscodeignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ test.tsconfig.json
99
.vscode-test/**
1010
.github/**
1111
.gitignore
12+
node_modules

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [Unreleased]
99

10+
## [1.12.0] - 2024-01-02
11+
12+
### Added
13+
14+
* Add debug compatibility for ceedling >= v0.32.0.
15+
* Use the esbuild bundler to shrink the size of the release.
16+
1017
## [1.11.0] - 2023-11-29
1118

1219
### Added
@@ -175,7 +182,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
175182

176183
* Initial features
177184

178-
[Unreleased]: https://github.com/numaru/vscode-ceedling-test-adapter/compare/v1.11.0...develop
185+
[Unreleased]: https://github.com/numaru/vscode-ceedling-test-adapter/compare/v1.12.0...develop
186+
[1.12.0]: https://github.com/numaru/vscode-ceedling-test-adapter/compare/v1.11.0...v1.12.0
179187
[1.11.0]: https://github.com/numaru/vscode-ceedling-test-adapter/compare/v1.10.1...v1.11.0
180188
[1.10.1]: https://github.com/numaru/vscode-ceedling-test-adapter/compare/v1.10.0...v1.10.1
181189
[1.10.0]: https://github.com/numaru/vscode-ceedling-test-adapter/compare/v1.9.1...v1.10.0

0 commit comments

Comments
 (0)