Skip to content

Commit

Permalink
Release 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
perrinjerome committed May 8, 2022
1 parent b162a73 commit a3fa5c9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 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.7.0",
"version": "0.7.1",
"repository": {
"type": "git",
"url": "https://github.com/perrinjerome/vscode-zc-buildout"
Expand Down
7 changes: 5 additions & 2 deletions 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.7.1] - 2022-05-08

### Added:

- recipe: support defining deprecated options
Expand All @@ -16,7 +18,7 @@ and this project adheres to [Semantic Versioning][semver].

- recipe: fix some markdown syntax in recipe docs

## [0.7.0] - 2022-01-06
## [0.7.0] - 2022-04-03

### Added:

Expand Down Expand Up @@ -136,4 +138,5 @@ and this project adheres to [Semantic Versioning][semver].
[0.6.1]: https://github.com/perrinjerome/vscode-zc-buildout/compare/v0.6.0...v0.6.1
[0.6.2]: https://github.com/perrinjerome/vscode-zc-buildout/compare/v0.6.1...v0.6.2
[0.7.0]: https://github.com/perrinjerome/vscode-zc-buildout/compare/v0.6.2...v0.7.0
[unreleased]: https://github.com/perrinjerome/vscode-zc-buildout/compare/v0.7.0...master
[0.7.1]: https://github.com/perrinjerome/vscode-zc-buildout/compare/v0.7.0...v0.7.1
[unreleased]: https://github.com/perrinjerome/vscode-zc-buildout/compare/v0.7.1...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.7.0',
version='0.7.1',
description='A language server for zc.buildout',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit a3fa5c9

Please sign in to comment.