From 201bbb2fd44726bf227ed0e20591e7704e1787ff Mon Sep 17 00:00:00 2001 From: "release-tokens-johnallen3d[bot]" <144028754+release-tokens-johnallen3d[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 09:19:25 -0400 Subject: [PATCH] chore: release (#78) Co-authored-by: release-plz --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e1bd330..5f7975f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.1](https://github.com/johnallen3d/conditions/compare/v0.1.0...v0.1.1) - 2023-09-04 + +### Other +- *(bin)* setup binary release ([#77](https://github.com/johnallen3d/conditions/pull/77)) +- *(deps)* bump thiserror from 1.0.47 to 1.0.48 ([#70](https://github.com/johnallen3d/conditions/pull/70)) + ## [0.1.0](https://github.com/johnallen3d/conditions/releases/tag/v0.1.0) - 2023-02-13 ### Added diff --git a/Cargo.lock b/Cargo.lock index 97fd7c4..741d506 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -143,7 +143,7 @@ checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7" [[package]] name = "conditions" -version = "0.1.0" +version = "0.1.1" dependencies = [ "clap", "confy", diff --git a/Cargo.toml b/Cargo.toml index 7cd8ba3..00136f2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "conditions" -version = "0.1.0" +version = "0.1.1" edition = "2021" authors = ["John Allen "] repository = "https://github.com/johnallen3d/conditions"