Skip to content

Commit

Permalink
Release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pcrumley committed Sep 5, 2024
1 parent 0766dfa commit 048db21
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 1 deletion.
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# 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 as of v0.2.0, this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.2.0] 2024-09-05

### Breaking Changes

- Removes a sync trait requierment on the wrapped inputs and outputs

### Added

- CHANGELOG.md

### Fixed

- Follows SemVar

## [0.1.1] 2024-07-25 [YANKED]

NOTE: This release only existed as a git tag, and will not be posted to
crates.io because it did not follow SemVar.

### Fixed

- Removed an unguaranteeable sync requirement on the wrapped Input & Output

## [0.1.0] 2023-01-12

First release
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "clap-io"
version = "0.1.1"
version = "0.2.0"
description = "Add input and output flags to clap commands"
authors = ["Swift Navigation <[email protected]>"]
edition = "2021"
Expand Down

0 comments on commit 048db21

Please sign in to comment.