Skip to content

Commit

Permalink
release: bumps wdl version to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
a-frantz committed Aug 22, 2024
1 parent fe4461b commit e32d509
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions wdl/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.7.0 - 08-22-2024

### Added

* `wdl-lsp`: introduced at v0.1.0 ([release](https://github.com/stjude-rust-labs/wdl/releases/tag/wdl-lsp-v0.1.0))
Expand Down
12 changes: 6 additions & 6 deletions wdl/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wdl"
version = "0.6.0"
version = "0.7.0"
authors = ["Clay McLeod <clay.l.mcleod@gmail.com>"]
rust-version.workspace = true
license.workspace = true
Expand All @@ -12,11 +12,11 @@ documentation = "https://docs.rs/wdl"
readme = "../README.md"

[dependencies]
wdl-grammar = { path = "../wdl-grammar", version = "0.6.0", optional = true }
wdl-ast = { path = "../wdl-ast", version = "0.5.0", optional = true }
wdl-lint = { path = "../wdl-lint", version = "0.4.0", optional = true }
wdl-analysis = { path = "../wdl-analysis", version = "0.1.0", optional = true }
wdl-lsp = { path = "../wdl-lsp", version = "0.1.0", optional = true }
wdl-grammar = { path = "../wdl-grammar", version = "0.7.0", optional = true }
wdl-ast = { path = "../wdl-ast", version = "0.6.0", optional = true }
wdl-lint = { path = "../wdl-lint", version = "0.5.0", optional = true }
wdl-analysis = { path = "../wdl-analysis", version = "0.2.0", optional = true }
wdl-lsp = { path = "../wdl-lsp", version = "0.2.0", optional = true }
clap = { workspace = true, optional = true }
anyhow = { workspace = true, optional = true }
colored = { workspace = true, optional = true }
Expand Down

0 comments on commit e32d509

Please sign in to comment.