File tree 1 file changed +16
-1
lines changed
1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 0.15.0] - 2022-02-10
11
+
12
+ ### Changed
13
+
14
+ * Bump minimum supported Rust version from ` 1.45.0 ` to ` 1.52.0 ` (PR #300 ).
15
+ * Update ` lsp-types ` from ` 0.89 ` to ` 0.92 ` (PR #300 ).
16
+ * Update ` auto_impl ` from ` 0.4 ` to ` 0.5 ` (PR #298 ).
17
+ * Update ` dashmap ` from ` 4.0.2 ` to ` 5.0.0 ` (PR #298 ).
18
+ * Update ` nom ` from ` 6.1.2 ` to ` 7.1.0 ` (PR #298 ).
19
+
20
+ ### Fixed
21
+
22
+ * Support ` null ` and negative integer values as request IDs (PR #285 ).
23
+
10
24
## [ 0.14.1] - 2021-05-21
11
25
12
26
### Fixed
@@ -421,7 +435,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
421
435
* ` textDocument/hover `
422
436
* ` textDocument/documentHighlight `
423
437
424
- [ Unreleased ] : https://github.com/ebkalderon/tower-lsp/compare/v0.14.1...HEAD
438
+ [ Unreleased ] : https://github.com/ebkalderon/tower-lsp/compare/v0.15.0...HEAD
439
+ [ 0.15.0 ] : https://github.com/ebkalderon/tower-lsp/compare/v0.14.1...v0.15.0
425
440
[ 0.14.1 ] : https://github.com/ebkalderon/tower-lsp/compare/v0.14.0...v0.14.1
426
441
[ 0.14.0 ] : https://github.com/ebkalderon/tower-lsp/compare/v0.13.3...v0.14.0
427
442
[ 0.13.3 ] : https://github.com/ebkalderon/tower-lsp/compare/v0.13.2...v0.13.3
You can’t perform that action at this time.
0 commit comments