Skip to content

Commit 9fe6d15

Browse files
committed
release: bump wdl-lint
1 parent 9db9ab3 commit 9fe6d15

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

wdl-lint/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.3.0 - 06-28-2024
99

1010
### Added
1111

wdl-lint/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-lint"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
description = "Lint rules for Workflow Description Language (WDL) documents"
55
authors.workspace = true
66
license.workspace = true
@@ -11,7 +11,7 @@ documentation = "https://docs.rs/wdl-lint"
1111
readme = "../README.md"
1212

1313
[dependencies]
14-
wdl-ast = { path = "../wdl-ast", version = "0.3.0" }
14+
wdl-ast = { path = "../wdl-ast", version = "0.4.0" }
1515
convert_case = { workspace = true }
1616
indexmap = { workspace = true }
1717

0 commit comments

Comments
 (0)