Skip to content

Commit

Permalink
release: bump wdl-gauntlet
Browse files Browse the repository at this point in the history
  • Loading branch information
a-frantz committed Jun 28, 2024
1 parent 9fe6d15 commit 3f57935
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion wdl-gauntlet/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@ 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.4.0 - 06-28-2024

### Changed

* Upgradted `wdl` crate dependencies

### Added

Expand Down
4 changes: 2 additions & 2 deletions wdl-gauntlet/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[package]
name = "wdl-gauntlet"
version = "0.3.0"
version = "0.4.0"
description = "Testing of parse trees and ASTs within the `wdl` family of crates"
license.workspace = true
edition.workspace = true

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
wdl-lint = { path = "../wdl-lint", version = "0.2.0", features = ["codespan"] }
wdl-lint = { path = "../wdl-lint", version = "0.3.0", features = ["codespan"] }
clap.workspace = true
colored.workspace = true
dirs.workspace = true
Expand Down

0 comments on commit 3f57935

Please sign in to comment.