Skip to content

Commit 3c49d5b

Browse files
committed
Release 0.8.3
1 parent 26f650e commit 3c49d5b

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "A vscode extension and language server for zc.buildout",
44
"author": "Jérome Perrin",
55
"license": "SEE LICENSE IN LICENSE.txt",
6-
"version": "0.8.2",
6+
"version": "0.8.3",
77
"repository": {
88
"type": "git",
99
"url": "https://github.com/perrinjerome/vscode-zc-buildout"

server/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,8 @@ and this project adheres to [Semantic Versioning][semver].
170170

171171
[keepachangelog]: https://keepachangelog.com/en/1.0.0/
172172
[semver]: https://semver.org/spec/v2.0.0.html
173-
[unreleased]: https://github.com/perrinjerome/vscode-zc-buildout/compare/v0.8.2...main
173+
[unreleased]: https://github.com/perrinjerome/vscode-zc-buildout/compare/v0.8.3...main
174+
[0.8.3]: https://github.com/perrinjerome/vscode-zc-buildout/compare/v0.8.2...v0.8.3
174175
[0.8.2]: https://github.com/perrinjerome/vscode-zc-buildout/compare/v0.8.1...v0.8.2
175176
[0.8.1]: https://github.com/perrinjerome/vscode-zc-buildout/compare/v0.8.0...v0.8.1
176177
[0.8.0]: https://github.com/perrinjerome/vscode-zc-buildout/compare/v0.7.1...v0.8.0

server/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
setup(
1717
name='zc.buildout.languageserver',
18-
version='0.8.2',
18+
version='0.8.3',
1919
description='A language server for zc.buildout',
2020
long_description=long_description,
2121
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)