Skip to content

Commit 6120d2e

Browse files
committed
Update CHANGELOG.md
1 parent c996532 commit 6120d2e

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

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+
1024
## [0.14.1] - 2021-05-21
1125

1226
### Fixed
@@ -421,7 +435,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
421435
* `textDocument/hover`
422436
* `textDocument/documentHighlight`
423437

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
425440
[0.14.1]: https://github.com/ebkalderon/tower-lsp/compare/v0.14.0...v0.14.1
426441
[0.14.0]: https://github.com/ebkalderon/tower-lsp/compare/v0.13.3...v0.14.0
427442
[0.13.3]: https://github.com/ebkalderon/tower-lsp/compare/v0.13.2...v0.13.3

0 commit comments

Comments
 (0)