Skip to content

Commit eb422be

Browse files
committed
Bump version to 0.2.2.0
1 parent 93de3ac commit eb422be

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1-
# Changelog for lib-parser-test
1+
# Changelog for rust-notebook-language-server
22

33
## Unreleased changes
4+
5+
## 0.2.2.0
6+
7+
* Add debounced textDocument/didSave command and --did-save-period-ms argument
8+
9+
## 0.2.1.0
10+
11+
* Fix an issue with `untransformPosition`

default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
}:
99
mkDerivation {
1010
pname = "rust-notebook-language-server";
11-
version = "0.2.1.0";
11+
version = "0.2.2.0";
1212
src = ./.;
1313
isLibrary = true;
1414
isExecutable = true;

package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: rust-notebook-language-server
2-
version: 0.2.1.0
2+
version: 0.2.2.0
33

44
extra-source-files:
55
- README.md

rust-notebook-language-server.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cabal-version: 1.12
55
-- see: https://github.com/sol/hpack
66

77
name: rust-notebook-language-server
8-
version: 0.2.1.0
8+
version: 0.2.2.0
99
build-type: Simple
1010
extra-source-files:
1111
README.md

0 commit comments

Comments
 (0)