Skip to content

Commit

Permalink
release: bump wdl-ast
Browse files Browse the repository at this point in the history
  • Loading branch information
a-frantz committed Jun 28, 2024
1 parent 9af898d commit 9db9ab3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion wdl-ast/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ 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.4.0 - 06-28-2024

### Added

Expand Down
4 changes: 2 additions & 2 deletions wdl-ast/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wdl-ast"
version = "0.3.0"
version = "0.4.0"
authors = ["Clay McLeod <[email protected]>"]
edition.workspace = true
license.workspace = true
Expand All @@ -10,7 +10,7 @@ repository = "https://github.com/stjude-rust-labs/wdl"
documentation = "https://docs.rs/wdl-ast"

[dependencies]
wdl-grammar = { path = "../wdl-grammar", version = "0.4.0" }
wdl-grammar = { path = "../wdl-grammar", version = "0.5.0" }
rowan = { workspace = true }
url = { workspace = true }
urlencoding = { workspace = true }
Expand Down

0 comments on commit 9db9ab3

Please sign in to comment.