Skip to content

Commit

Permalink
Release 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
perrinjerome committed Sep 20, 2023
1 parent 1690109 commit b054f18
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "A vscode extension and language server for zc.buildout",
"author": "Jérome Perrin",
"license": "SEE LICENSE IN LICENSE.txt",
"version": "0.9.3",
"version": "0.10.0",
"repository": {
"type": "git",
"url": "https://github.com/perrinjerome/vscode-zc-buildout"
Expand Down
10 changes: 9 additions & 1 deletion server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning][semver].

## Unreleased

## [0.10.0] - 2023-09-20

### Added

- code actions: support cancellation of md5sum command
- references: support cancellation

## [0.9.3] - 2023-09-19

### Fixed
Expand Down Expand Up @@ -197,7 +204,8 @@ and this project adheres to [Semantic Versioning][semver].

[keepachangelog]: https://keepachangelog.com/en/1.0.0/
[semver]: https://semver.org/spec/v2.0.0.html
[unreleased]: https://github.com/perrinjerome/vscode-zc-buildout/compare/v0.9.3...main
[unreleased]: https://github.com/perrinjerome/vscode-zc-buildout/compare/v0.10.0...main
[0.10.0]: https://github.com/perrinjerome/vscode-zc-buildout/compare/v0.9.3...v0.10.0
[0.9.3]: https://github.com/perrinjerome/vscode-zc-buildout/compare/v0.9.2...v0.9.3
[0.9.2]: https://github.com/perrinjerome/vscode-zc-buildout/compare/v0.9.1...v0.9.2
[0.9.1]: https://github.com/perrinjerome/vscode-zc-buildout/compare/v0.9.0...v0.9.1
Expand Down
2 changes: 1 addition & 1 deletion server/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

setup(
name='zc.buildout.languageserver',
version='0.9.3',
version='0.10.0',
description='A language server for zc.buildout',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit b054f18

Please sign in to comment.