File tree 2 files changed +8
-4
lines changed
2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## Unreleased
9
9
10
+ ## 0.2.0 - 08-22-2024
11
+
12
+ * bump wdl-* dependency versions
13
+
10
14
## 0.1.0 - 07-17-2024
11
15
12
16
### Added
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " wdl-lsp"
3
- version = " 0.1 .0"
3
+ version = " 0.2 .0"
4
4
license.workspace = true
5
5
rust-version.workspace = true
6
6
edition.workspace = true
@@ -11,9 +11,9 @@ description = "Language Server Protocol implementation for WDL"
11
11
documentation = " https://docs.rs/wdl-lsp"
12
12
13
13
[dependencies ]
14
- wdl-ast = { path = " ../wdl-ast" , version = " 0.5 .0" }
15
- wdl-lint = { path = " ../wdl-lint" , version = " 0.4 .0" }
16
- wdl-analysis = { path = " ../wdl-analysis" , version = " 0.1 .0" }
14
+ wdl-ast = { path = " ../wdl-ast" , version = " 0.6 .0" }
15
+ wdl-lint = { path = " ../wdl-lint" , version = " 0.5 .0" }
16
+ wdl-analysis = { path = " ../wdl-analysis" , version = " 0.2 .0" }
17
17
anyhow = { workspace = true }
18
18
tokio = { workspace = true }
19
19
tower-lsp = { workspace = true }
You can’t perform that action at this time.
0 commit comments