Skip to content

Commit e32d509

Browse files
committed
release: bumps wdl version to 0.7.0
1 parent fe4461b commit e32d509

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

wdl/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10+
## 0.7.0 - 08-22-2024
11+
1012
### Added
1113

1214
* `wdl-lsp`: introduced at v0.1.0 ([release](https://github.com/stjude-rust-labs/wdl/releases/tag/wdl-lsp-v0.1.0))

wdl/Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wdl"
3-
version = "0.6.0"
3+
version = "0.7.0"
44
authors = ["Clay McLeod <clay.l.mcleod@gmail.com>"]
55
rust-version.workspace = true
66
license.workspace = true
@@ -12,11 +12,11 @@ documentation = "https://docs.rs/wdl"
1212
readme = "../README.md"
1313

1414
[dependencies]
15-
wdl-grammar = { path = "../wdl-grammar", version = "0.6.0", optional = true }
16-
wdl-ast = { path = "../wdl-ast", version = "0.5.0", optional = true }
17-
wdl-lint = { path = "../wdl-lint", version = "0.4.0", optional = true }
18-
wdl-analysis = { path = "../wdl-analysis", version = "0.1.0", optional = true }
19-
wdl-lsp = { path = "../wdl-lsp", version = "0.1.0", optional = true }
15+
wdl-grammar = { path = "../wdl-grammar", version = "0.7.0", optional = true }
16+
wdl-ast = { path = "../wdl-ast", version = "0.6.0", optional = true }
17+
wdl-lint = { path = "../wdl-lint", version = "0.5.0", optional = true }
18+
wdl-analysis = { path = "../wdl-analysis", version = "0.2.0", optional = true }
19+
wdl-lsp = { path = "../wdl-lsp", version = "0.2.0", optional = true }
2020
clap = { workspace = true, optional = true }
2121
anyhow = { workspace = true, optional = true }
2222
colored = { workspace = true, optional = true }

0 commit comments

Comments
 (0)