Skip to content

Commit

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

### Added:

### Fixed:

## [0.6.0] - 2022-01-04

### Added:

- diagnostic: report versions with known vulnerabilities
- code action: update a python package listed in `versions` to latest version
- code action: view a python package page on pypi
Expand Down Expand Up @@ -96,4 +102,5 @@ and this project adheres to [Semantic Versioning][semver].
[0.3.0]: https://github.com/perrinjerome/vscode-zc-buildout/compare/v0.2.1...v0.3.0
[0.4.0]: https://github.com/perrinjerome/vscode-zc-buildout/compare/v0.3.0...v0.4.0
[0.5.0]: https://github.com/perrinjerome/vscode-zc-buildout/compare/v0.4.0...v0.5.0
[unreleased]: https://github.com/perrinjerome/vscode-zc-buildout/compare/v0.5.0...master
[0.6.0]: https://github.com/perrinjerome/vscode-zc-buildout/compare/v0.5.0...v0.6.0
[unreleased]: https://github.com/perrinjerome/vscode-zc-buildout/compare/v0.6.0...master
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.5.0',
version='0.6.0',
description='A language server for zc.buildout',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit afb6bbb

Please sign in to comment.