Skip to content

Commit 4283fdf

Browse files
authored
📌 Merge pull request #123 from numaru/release/1.11.0
Release/1.11.0
2 parents 420dc8b + 4a1150f commit 4283fdf

File tree

7 files changed

+717
-2908
lines changed

7 files changed

+717
-2908
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [1.11.0] - 2023-11-29
11+
12+
### Added
13+
14+
* Add a vscode log channel for the extension.
15+
16+
### Fixed
17+
18+
* Do not use the path as test suite id, only the file name.
19+
1020
## [1.10.1] - 2022-06-07
1121

1222
### Fixed
@@ -165,7 +175,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
165175

166176
* Initial features
167177

168-
[Unreleased]: https://github.com/numaru/vscode-ceedling-test-adapter/compare/v1.10.1...develop
178+
[Unreleased]: https://github.com/numaru/vscode-ceedling-test-adapter/compare/v1.11.0...develop
179+
[1.11.0]: https://github.com/numaru/vscode-ceedling-test-adapter/compare/v1.10.1...v1.11.0
169180
[1.10.1]: https://github.com/numaru/vscode-ceedling-test-adapter/compare/v1.10.0...v1.10.1
170181
[1.10.0]: https://github.com/numaru/vscode-ceedling-test-adapter/compare/v1.9.1...v1.10.0
171182
[1.9.1]: https://github.com/numaru/vscode-ceedling-test-adapter/compare/v1.9.0...v1.9.1

0 commit comments

Comments
 (0)