Skip to content

Commit

Permalink
release: bumps wdl
Browse files Browse the repository at this point in the history
  • Loading branch information
a-frantz committed Jun 28, 2024
1 parent 3f57935 commit bcc4421
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
6 changes: 5 additions & 1 deletion wdl/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
## 0.5.0 - 06-28-2024

### Changed

* Updated `wdl` crate dependencies

## 0.4.0 - 06-13-2024

Expand Down
8 changes: 4 additions & 4 deletions wdl/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wdl"
version = "0.4.0"
version = "0.5.0"
authors = ["Clay McLeod <[email protected]>"]
license.workspace = true
edition.workspace = true
Expand All @@ -11,9 +11,9 @@ documentation = "https://docs.rs/wdl"
readme = "../README.md"

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

0 comments on commit bcc4421

Please sign in to comment.