Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -99,10 +101,17 @@ 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.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
[0.1.0]: https://github.com/tarantool/tarantool-vscode/releases/tag/0.1.0
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Loading