Skip to content

Commit

Permalink
Bump version to 0.2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasjm committed Nov 30, 2023
1 parent 93de3ac commit eb422be
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# Changelog for lib-parser-test
# Changelog for rust-notebook-language-server

## Unreleased changes

## 0.2.2.0

* Add debounced textDocument/didSave command and --did-save-period-ms argument

## 0.2.1.0

* Fix an issue with `untransformPosition`
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
}:
mkDerivation {
pname = "rust-notebook-language-server";
version = "0.2.1.0";
version = "0.2.2.0";
src = ./.;
isLibrary = true;
isExecutable = true;
Expand Down
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: rust-notebook-language-server
version: 0.2.1.0
version: 0.2.2.0

extra-source-files:
- README.md
Expand Down
2 changes: 1 addition & 1 deletion rust-notebook-language-server.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack

name: rust-notebook-language-server
version: 0.2.1.0
version: 0.2.2.0
build-type: Simple
extra-source-files:
README.md
Expand Down

0 comments on commit eb422be

Please sign in to comment.