Skip to content

Commit

Permalink
📌 Merge pull request #131 from numaru/release/1.12.0
Browse files Browse the repository at this point in the history
Release/1.12.0
  • Loading branch information
numaru authored Jan 2, 2024
2 parents 4283fdf + 55dfc05 commit 6d2d2ed
Show file tree
Hide file tree
Showing 5 changed files with 451 additions and 13 deletions.
1 change: 1 addition & 0 deletions .vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ test.tsconfig.json
.vscode-test/**
.github/**
.gitignore
node_modules
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [1.12.0] - 2024-01-02

### Added

* Add debug compatibility for ceedling >= v0.32.0.
* Use the esbuild bundler to shrink the size of the release.

## [1.11.0] - 2023-11-29

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

* Initial features

[Unreleased]: https://github.com/numaru/vscode-ceedling-test-adapter/compare/v1.11.0...develop
[Unreleased]: https://github.com/numaru/vscode-ceedling-test-adapter/compare/v1.12.0...develop
[1.12.0]: https://github.com/numaru/vscode-ceedling-test-adapter/compare/v1.11.0...v1.12.0
[1.11.0]: https://github.com/numaru/vscode-ceedling-test-adapter/compare/v1.10.1...v1.11.0
[1.10.1]: https://github.com/numaru/vscode-ceedling-test-adapter/compare/v1.10.0...v1.10.1
[1.10.0]: https://github.com/numaru/vscode-ceedling-test-adapter/compare/v1.9.1...v1.10.0
Expand Down
Loading

0 comments on commit 6d2d2ed

Please sign in to comment.