Skip to content

Commit fe4461b

Browse files
committed
release: bump wdl-lsp version
1 parent 304423a commit fe4461b

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

wdl-lsp/CHANGELOG.md

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

88
## Unreleased
99

10+
## 0.2.0 - 08-22-2024
11+
12+
* bump wdl-* dependency versions
13+
1014
## 0.1.0 - 07-17-2024
1115

1216
### Added

wdl-lsp/Cargo.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wdl-lsp"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
license.workspace = true
55
rust-version.workspace = true
66
edition.workspace = true
@@ -11,9 +11,9 @@ description = "Language Server Protocol implementation for WDL"
1111
documentation = "https://docs.rs/wdl-lsp"
1212

1313
[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" }
1717
anyhow = { workspace = true }
1818
tokio = { workspace = true }
1919
tower-lsp = { workspace = true }

0 commit comments

Comments
 (0)