Skip to content

Commit

Permalink
Merge pull request #45 from ebkalderon/prepare-release-0.3.1
Browse files Browse the repository at this point in the history
Prepare for release 0.3.1
  • Loading branch information
ebkalderon committed Sep 8, 2019
2 parents 3cf2a3e + f596879 commit 1ed04a8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [0.3.1] - 2019-09-08

### Changed

* Use more descriptive message in not initialized JSON-RPC error.
* Initialize example server with available features so it can be used as a
working mock language server.

### Fixed

Expand Down Expand Up @@ -85,7 +89,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
* `textDocument/hover`
* `textDocument/documentHighlight`

[Unreleased]: https://github.com/ebkalderon/tower-lsp/compare/v0.3.0...HEAD
[Unreleased]: https://github.com/ebkalderon/tower-lsp/compare/v0.3.1...HEAD
[0.3.1]: https://github.com/ebkalderon/tower-lsp/compare/v0.3.0...v0.3.1
[0.3.0]: https://github.com/ebkalderon/tower-lsp/compare/v0.2.0...v0.3.0
[0.2.0]: https://github.com/ebkalderon/tower-lsp/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/ebkalderon/tower-lsp/releases/tag/v0.1.0
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tower-lsp"
version = "0.3.0"
version = "0.3.1"
authors = ["Eyal Kalderon <[email protected]>"]
edition = "2018"
description = "Language Server Protocol implementation based on Tower"
Expand Down

0 comments on commit 1ed04a8

Please sign in to comment.