Skip to content

Commit

Permalink
Release 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
perrinjerome committed Jul 4, 2024
1 parent ba06fdb commit c0f2bb0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
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 @@ -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.12.0",
"version": "0.13.0",
"repository": {
"type": "git",
"url": "https://github.com/perrinjerome/vscode-zc-buildout"
Expand Down
5 changes: 4 additions & 1 deletion server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning][semver].

## Unreleased

## [0.13.0] - 2024-07-04

### Added

- semantic_tokens: highlight python code in options
Expand Down Expand Up @@ -242,7 +244,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.12.0...main
[unreleased]: https://github.com/perrinjerome/vscode-zc-buildout/compare/v0.13.0...main
[0.13.0]: https://github.com/perrinjerome/vscode-zc-buildout/compare/v0.12.0...v0.13.0
[0.12.0]: https://github.com/perrinjerome/vscode-zc-buildout/compare/v0.11.0...v0.12.0
[0.11.0]: https://github.com/perrinjerome/vscode-zc-buildout/compare/v0.10.1...v0.11.0
[0.10.1]: https://github.com/perrinjerome/vscode-zc-buildout/compare/v0.10.0...v0.10.1
Expand Down
2 changes: 1 addition & 1 deletion server/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

setup(
name="zc.buildout.languageserver",
version="0.12.0",
version="0.13.0",
description="A language server for zc.buildout",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit c0f2bb0

Please sign in to comment.