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.3.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-lint"
3
- version = " 0.2 .0"
3
+ version = " 0.3 .0"
4
4
description = " Lint rules for Workflow Description Language (WDL) documents"
5
5
authors.workspace = true
6
6
license.workspace = true
@@ -11,7 +11,7 @@ documentation = "https://docs.rs/wdl-lint"
11
11
readme = " ../README.md"
12
12
13
13
[dependencies ]
14
- wdl-ast = { path = " ../wdl-ast" , version = " 0.3 .0" }
14
+ wdl-ast = { path = " ../wdl-ast" , version = " 0.4 .0" }
15
15
convert_case = { workspace = true }
16
16
indexmap = { workspace = true }
17
17
You can’t perform that action at this time.
0 commit comments