Skip to content

Commit 9db9ab3

Browse files
committed
release: bump wdl-ast
1 parent 9af898d commit 9db9ab3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

wdl-ast/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## Unreleased
8+
## 0.4.0 - 06-28-2024
99

1010
### Added
1111

wdl-ast/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wdl-ast"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
authors = ["Clay McLeod <[email protected]>"]
55
edition.workspace = true
66
license.workspace = true
@@ -10,7 +10,7 @@ repository = "https://github.com/stjude-rust-labs/wdl"
1010
documentation = "https://docs.rs/wdl-ast"
1111

1212
[dependencies]
13-
wdl-grammar = { path = "../wdl-grammar", version = "0.4.0" }
13+
wdl-grammar = { path = "../wdl-grammar", version = "0.5.0" }
1414
rowan = { workspace = true }
1515
url = { workspace = true }
1616
urlencoding = { workspace = true }

0 commit comments

Comments
 (0)