Skip to content

Commit

Permalink
release: bump wdl-analysis version
Browse files Browse the repository at this point in the history
  • Loading branch information
a-frantz committed Aug 22, 2024
1 parent 11edebb commit 304423a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions wdl-analysis/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.2.0 - 08-22-2024

### Added

* Implemented type checking of struct definitions ([#160](https://github.com/stjude-rust-labs/wdl/pull/160)).
Expand Down
6 changes: 3 additions & 3 deletions wdl-analysis/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wdl-analysis"
version = "0.1.0"
version = "0.2.0"
rust-version.workspace = true
license.workspace = true
edition.workspace = true
Expand All @@ -11,8 +11,8 @@ description = "Analysis of Workflow Description Language (WDL) documents."
documentation = "https://docs.rs/wdl-analysis"

[dependencies]
wdl-ast = { path = "../wdl-ast", version = "0.5.0" }
wdl-lint = { path = "../wdl-lint", version = "0.4.0", optional = true }
wdl-ast = { path = "../wdl-ast", version = "0.6.0" }
wdl-lint = { path = "../wdl-lint", version = "0.5.0", optional = true }
anyhow = { workspace = true }
rowan = { workspace = true }
url = { workspace = true }
Expand Down

0 comments on commit 304423a

Please sign in to comment.