File tree 1 file changed +12
-1
lines changed
1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
7
8
8
## [ Unreleased]
9
9
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
+
10
20
## [ 0.16.0] - 2022-03-10
11
21
12
22
### Added
@@ -487,7 +497,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
487
497
* ` textDocument/hover `
488
498
* ` textDocument/documentHighlight `
489
499
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
491
502
[ 0.16.0 ] : https://github.com/ebkalderon/tower-lsp/compare/v0.15.1...v0.16.0
492
503
[ 0.15.1 ] : https://github.com/ebkalderon/tower-lsp/compare/v0.15.0...v0.15.1
493
504
[ 0.15.0 ] : https://github.com/ebkalderon/tower-lsp/compare/v0.14.1...v0.15.0
You can’t perform that action at this time.
0 commit comments