Skip to content

Commit

Permalink
release: bumps wdl-lsp to v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
a-frantz committed Sep 16, 2024
1 parent db8b9c4 commit 4d3b1e4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions wdl-lsp/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## 0.3.0 - 09-16-2024

### Changed
* Use `tracing` events instead of the `log` crate ([#172](https://github.com/stjude-rust-labs/wdl/pull/172))

Expand Down
8 changes: 4 additions & 4 deletions wdl-lsp/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wdl-lsp"
version = "0.2.0"
version = "0.3.0"
license.workspace = true
rust-version.workspace = true
edition.workspace = true
Expand All @@ -11,9 +11,9 @@ description = "Language Server Protocol implementation for WDL"
documentation = "https://docs.rs/wdl-lsp"

[dependencies]
wdl-ast = { path = "../wdl-ast", version = "0.6.0" }
wdl-lint = { path = "../wdl-lint", version = "0.5.0" }
wdl-analysis = { path = "../wdl-analysis", version = "0.2.0" }
wdl-ast = { path = "../wdl-ast", version = "0.7.1" }
wdl-lint = { path = "../wdl-lint", version = "0.6.0" }
wdl-analysis = { path = "../wdl-analysis", version = "0.3.0" }
anyhow = { workspace = true }
tokio = { workspace = true }
tower-lsp = { workspace = true }
Expand Down

0 comments on commit 4d3b1e4

Please sign in to comment.