Skip to content

Commit f7d96e5

Browse files
Release 0.2.0
This patch adds 0.2.0 header to the changelog and is going to be released as 0.2.0.
1 parent c23497f commit f7d96e5

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88

99
## [Unreleased]
1010

11+
## [0.2.0] - 28.05.2025
12+
1113
### Added
1214

1315
- A `tarantool.ttPath` configuration option can now be used to specify a path to
@@ -107,7 +109,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
107109
- Added jsonschema checks for Tarantool cluster configuration.
108110
- Added `tt` start and stop commands to the command palette.
109111

110-
[unreleased]: https://github.com/tarantool/tarantool-vscode/compare/0.1.3...HEAD
112+
[unreleased]: https://github.com/tarantool/tarantool-vscode/compare/0.2.0...HEAD
113+
[0.2.0]: https://github.com/tarantool/tarantool-vscode/compare/0.1.3...0.2.0
111114
[0.1.3]: https://github.com/tarantool/tarantool-vscode/compare/0.1.2...0.1.3
112115
[0.1.2]: https://github.com/tarantool/tarantool-vscode/compare/0.1.1...0.1.2
113116
[0.1.1]: https://github.com/tarantool/tarantool-vscode/compare/0.1.0...0.1.1

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "tarantool",
33
"displayName": "Tarantool",
44
"description": "Develop Tarantool applications with ease",
5-
"version": "0.1.3",
5+
"version": "0.2.0",
66
"icon": "res/icon.png",
77
"repository": {
88
"type": "git",

0 commit comments

Comments
 (0)