Skip to content

Commit c23497f

Browse files
Add changelog links
This patch adds links to the changelog allowing one to compare between the versions as it should be in the keep-a-changelog format.
1 parent aa4e685 commit c23497f

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

CHANGELOG.md

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

100100
- Removed duplicating `tarantool-emmylua` and GitHub CI from the bundle.
101101

102-
## [0.0.1] - 28.03.2025
102+
## 0.0.1 - 28.03.2025
103103

104104
### Added
105105

106106
- Added support for EmmyLua LSP and Tarantool-specific annottations.
107107
- Added jsonschema checks for Tarantool cluster configuration.
108108
- Added `tt` start and stop commands to the command palette.
109+
110+
[unreleased]: https://github.com/tarantool/tarantool-vscode/compare/0.1.3...HEAD
111+
[0.1.3]: https://github.com/tarantool/tarantool-vscode/compare/0.1.2...0.1.3
112+
[0.1.2]: https://github.com/tarantool/tarantool-vscode/compare/0.1.1...0.1.2
113+
[0.1.1]: https://github.com/tarantool/tarantool-vscode/compare/0.1.0...0.1.1
114+
[0.1.0]: https://github.com/tarantool/tarantool-vscode/releases/tag/0.1.0

0 commit comments

Comments
 (0)