From 9af898d5d71e563a17e5fa5b41a6bc9570c25d14 Mon Sep 17 00:00:00 2001 From: Andrew Frantz Date: Fri, 28 Jun 2024 14:49:18 -0400 Subject: [PATCH] release: bumps wdl-grammar --- wdl-grammar/CHANGELOG.md | 2 +- wdl-grammar/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wdl-grammar/CHANGELOG.md b/wdl-grammar/CHANGELOG.md index 5afbfd41c..8db5202a7 100644 --- a/wdl-grammar/CHANGELOG.md +++ b/wdl-grammar/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.5.0 - 06-28-2024 ### Fixed diff --git a/wdl-grammar/Cargo.toml b/wdl-grammar/Cargo.toml index e1d17c8e2..14b1a545d 100644 --- a/wdl-grammar/Cargo.toml +++ b/wdl-grammar/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wdl-grammar" -version = "0.4.0" +version = "0.5.0" authors = ["Clay McLeod "] edition.workspace = true license.workspace = true