From 3f5793544b62452bea3d9f4f15467f9293270bd1 Mon Sep 17 00:00:00 2001 From: Andrew Frantz Date: Fri, 28 Jun 2024 14:52:16 -0400 Subject: [PATCH] release: bump wdl-gauntlet --- wdl-gauntlet/CHANGELOG.md | 6 +++++- wdl-gauntlet/Cargo.toml | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/wdl-gauntlet/CHANGELOG.md b/wdl-gauntlet/CHANGELOG.md index 743e438e9..10b2a1210 100644 --- a/wdl-gauntlet/CHANGELOG.md +++ b/wdl-gauntlet/CHANGELOG.md @@ -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 diff --git a/wdl-gauntlet/Cargo.toml b/wdl-gauntlet/Cargo.toml index 368b9cd85..7760b085d 100644 --- a/wdl-gauntlet/Cargo.toml +++ b/wdl-gauntlet/Cargo.toml @@ -1,6 +1,6 @@ [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 @@ -8,7 +8,7 @@ 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