Skip to content

Commit

Permalink
release: bumps wdl version to v0.3.0
Browse files Browse the repository at this point in the history
Component Crate Updates
-----------------------

* `wdl-core`: bumped from v0.1.0 to v0.2.0 ([release](https://github.com/stjude-rust-labs/wdl/releases/tag/wdl-core-v0.2.0))
* `wdl-grammar`: bumped from v0.2.0 to v0.3.0 ([release](https://github.com/stjude-rust-labs/wdl/releases/tag/wdl-grammar-v0.3.0))
* `wdl-ast`: bumped from v0.1.0 to v0.2.0 ([release](https://github.com/stjude-rust-labs/wdl/releases/tag/wdl-ast-v0.2.0))
* `wdl-gauntlet`: bumped from v0.1.0 to v0.2.0 ([release](https://github.com/stjude-rust-labs/wdl/releases/tag/wdl-gauntlet-v0.2.0))
  • Loading branch information
a-frantz committed May 31, 2024
1 parent 85875d0 commit 837d269
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ resolver = "2"
[workspace.package]
license = "MIT OR Apache-2.0"
edition = "2021"
version = "0.2.0"
version = "0.3.0"

[workspace.dependencies]
clap = { version = "4.4.7", features = ["derive"] }
Expand Down

0 comments on commit 837d269

Please sign in to comment.