Skip to content

Commit

Permalink
release: bumps sprocket version to v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
a-frantz committed Jun 3, 2024
1 parent f4cc42b commit 7c556e1
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <clay.l.mcleod@gmail.com>"]
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 7c556e1

Please sign in to comment.