Skip to content

Commit 77b1399

Browse files
committed
Update CHANGELOG.md
1 parent 374d62f commit 77b1399

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

CHANGELOG.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [Unreleased]
99

10+
## [0.17.0] - 2022-04-15
11+
12+
### Added
13+
14+
* Support proposed LSP features with the `proposed` feature flag (PR #330).
15+
16+
### Changed
17+
18+
* Update `lsp-types` from `0.92` to `0.93` (PR #333).
19+
1020
## [0.16.0] - 2022-03-10
1121

1222
### Added
@@ -487,7 +497,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
487497
* `textDocument/hover`
488498
* `textDocument/documentHighlight`
489499

490-
[Unreleased]: https://github.com/ebkalderon/tower-lsp/compare/v0.16.0...HEAD
500+
[Unreleased]: https://github.com/ebkalderon/tower-lsp/compare/v0.17.0...HEAD
501+
[0.17.0]: https://github.com/ebkalderon/tower-lsp/compare/v0.16.0...v0.17.0
491502
[0.16.0]: https://github.com/ebkalderon/tower-lsp/compare/v0.15.1...v0.16.0
492503
[0.15.1]: https://github.com/ebkalderon/tower-lsp/compare/v0.15.0...v0.15.1
493504
[0.15.0]: https://github.com/ebkalderon/tower-lsp/compare/v0.14.1...v0.15.0

0 commit comments

Comments
 (0)