From 7c556e1f247895c2f0b06562e199d8f3a074f55a Mon Sep 17 00:00:00 2001 From: Andrew Frantz Date: Mon, 3 Jun 2024 14:31:59 -0400 Subject: [PATCH] release: bumps `sprocket` version to v0.2.0 --- CHANGELOG.md | 16 ++++++++++++++++ Cargo.toml | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..3e9fc5d --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,16 @@ +# Changelog + +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). + +## 0.2.0 - 6-3-2024 + +### Added + +- `explain` command + +### Changed + +- Update to version 0.3.0 of `wdl` crate. This pulls in new lint rules. diff --git a/Cargo.toml b/Cargo.toml index 70176ca..196c32d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sprocket" -version = "0.1.0" +version = "0.2.0" description = "A package manager for the Workflow Description Language files" authors = ["Clay McLeod "] license = "MIT OR Apache-2.0"