From 32be41c63e3605a40ed49f40b590de75a8b26f0d Mon Sep 17 00:00:00 2001 From: Georgiy Belyanin Date: Tue, 18 Nov 2025 13:42:18 +0300 Subject: [PATCH] Release 0.3.0 This patch adds 0.3.0 header to the changelog and is going to be released as 0.3.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 80ccad2..12fc0c0 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.3.0] - 18.11.2025 + ### Added - Support for debugging Tarantool code using @@ -114,7 +116,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.2.0...HEAD +[unreleased]: https://github.com/tarantool/tarantool-vscode/compare/0.3.0...HEAD +[0.3.0]: https://github.com/tarantool/tarantool-vscode/compare/0.2.0...0.3.0 [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 diff --git a/package-lock.json b/package-lock.json index 47eb4d7..c38fb88 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "tarantool", - "version": "0.2.0", + "version": "0.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "tarantool", - "version": "0.2.0", + "version": "0.3.0", "devDependencies": { "@octokit/core": "^5", "@types/command-exists": "^1.2.3", diff --git a/package.json b/package.json index a9cdad6..da42dec 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "tarantool", "displayName": "Tarantool", "description": "Develop Tarantool applications with ease", - "version": "0.2.0", + "version": "0.3.0", "icon": "res/icon.png", "repository": { "type": "git",