From b839c5564408ad4d6ed2a29602791ce8aefe46f2 Mon Sep 17 00:00:00 2001 From: Georgiy Belyanin Date: Wed, 28 May 2025 19:38:17 +0300 Subject: [PATCH 1/2] 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. --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 80f27ed..2ad1081 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -99,10 +99,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Removed duplicating `tarantool-emmylua` and GitHub CI from the bundle. -## [0.0.1] - 28.03.2025 +## 0.0.1 - 28.03.2025 ### Added - Added support for EmmyLua LSP and Tarantool-specific annottations. - Added jsonschema checks for Tarantool cluster configuration. - Added `tt` start and stop commands to the command palette. + +[unreleased]: https://github.com/tarantool/tarantool-vscode/compare/0.1.3...HEAD +[0.1.3]: https://github.com/tarantool/tarantool-vscode/compare/0.1.2...0.1.3 +[0.1.2]: https://github.com/tarantool/tarantool-vscode/compare/0.1.1...0.1.2 +[0.1.1]: https://github.com/tarantool/tarantool-vscode/compare/0.1.0...0.1.1 +[0.1.0]: https://github.com/tarantool/tarantool-vscode/releases/tag/0.1.0 From bd1d45e1ab655bdf3e1c3ddb82a1dbddc8829dc5 Mon Sep 17 00:00:00 2001 From: Georgiy Belyanin Date: Wed, 28 May 2025 19:43:09 +0300 Subject: [PATCH 2/2] Release 0.2.0 This patch adds 0.2.0 header to the changelog and is going to be released as 0.2.0. --- CHANGELOG.md | 5 ++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ad1081..3f59c64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.0] - 28.05.2025 + ### Added - 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 - Added jsonschema checks for Tarantool cluster configuration. - Added `tt` start and stop commands to the command palette. -[unreleased]: https://github.com/tarantool/tarantool-vscode/compare/0.1.3...HEAD +[unreleased]: https://github.com/tarantool/tarantool-vscode/compare/0.2.0...HEAD +[0.2.0]: https://github.com/tarantool/tarantool-vscode/compare/0.1.3...0.2.0 [0.1.3]: https://github.com/tarantool/tarantool-vscode/compare/0.1.2...0.1.3 [0.1.2]: https://github.com/tarantool/tarantool-vscode/compare/0.1.1...0.1.2 [0.1.1]: https://github.com/tarantool/tarantool-vscode/compare/0.1.0...0.1.1 diff --git a/package-lock.json b/package-lock.json index aeb29e2..47eb4d7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "tarantool", - "version": "0.1.3", + "version": "0.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "tarantool", - "version": "0.1.3", + "version": "0.2.0", "devDependencies": { "@octokit/core": "^5", "@types/command-exists": "^1.2.3", diff --git a/package.json b/package.json index 8f17da8..7e72b66 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "tarantool", "displayName": "Tarantool", "description": "Develop Tarantool applications with ease", - "version": "0.1.3", + "version": "0.2.0", "icon": "res/icon.png", "repository": { "type": "git",