File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## Unreleased
8
+ ## 0.4.0 - 06-28-2024
9
9
10
10
### Added
11
11
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " wdl-ast"
3
- version = " 0.3 .0"
3
+ version = " 0.4 .0"
4
4
authors = [
" Clay McLeod <[email protected] >" ]
5
5
edition.workspace = true
6
6
license.workspace = true
@@ -10,7 +10,7 @@ repository = "https://github.com/stjude-rust-labs/wdl"
10
10
documentation = " https://docs.rs/wdl-ast"
11
11
12
12
[dependencies ]
13
- wdl-grammar = { path = " ../wdl-grammar" , version = " 0.4 .0" }
13
+ wdl-grammar = { path = " ../wdl-grammar" , version = " 0.5 .0" }
14
14
rowan = { workspace = true }
15
15
url = { workspace = true }
16
16
urlencoding = { workspace = true }
You can’t perform that action at this time.
0 commit comments