diff --git a/wdl-lint/CHANGELOG.md b/wdl-lint/CHANGELOG.md index 058884a5..5fbfacc2 100644 --- a/wdl-lint/CHANGELOG.md +++ b/wdl-lint/CHANGELOG.md @@ -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 diff --git a/wdl-lint/Cargo.toml b/wdl-lint/Cargo.toml index 55a440ed..5621f62d 100644 --- a/wdl-lint/Cargo.toml +++ b/wdl-lint/Cargo.toml @@ -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 @@ -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 }