Skip to content

Commit

Permalink
release: bump wdl-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
a-frantz committed Jun 28, 2024
1 parent 9db9ab3 commit 9fe6d15
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion wdl-lint/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.3.0 - 06-28-2024

### Added

Expand Down
4 changes: 2 additions & 2 deletions wdl-lint/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wdl-lint"
version = "0.2.0"
version = "0.3.0"
description = "Lint rules for Workflow Description Language (WDL) documents"
authors.workspace = true
license.workspace = true
Expand All @@ -11,7 +11,7 @@ documentation = "https://docs.rs/wdl-lint"
readme = "../README.md"

[dependencies]
wdl-ast = { path = "../wdl-ast", version = "0.3.0" }
wdl-ast = { path = "../wdl-ast", version = "0.4.0" }
convert_case = { workspace = true }
indexmap = { workspace = true }

Expand Down

0 comments on commit 9fe6d15

Please sign in to comment.