From 5d8461842c7dd10d3566c76cd53513a8a91f6155 Mon Sep 17 00:00:00 2001 From: "release-tokens-johnallen3d[bot]" <144028754+release-tokens-johnallen3d[bot]@users.noreply.github.com> Date: Sat, 6 Jan 2024 18:46:34 +0000 Subject: [PATCH] chore: release Signed-off-by: release-tokens-johnallen3d[bot] <144028754+release-tokens-johnallen3d[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- cli/CHANGELOG.md | 12 ++++++++++++ lib/CHANGELOG.md | 12 ++++++++++++ 4 files changed, 27 insertions(+), 3 deletions(-) create mode 100644 cli/CHANGELOG.md create mode 100644 lib/CHANGELOG.md diff --git a/Cargo.lock b/Cargo.lock index 4fe45f9..9ea180e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -244,7 +244,7 @@ checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7" [[package]] name = "conditions" -version = "0.2.0" +version = "0.3.0" dependencies = [ "confy", "eyre", @@ -260,7 +260,7 @@ dependencies = [ [[package]] name = "conditions-cli" -version = "0.2.0" +version = "0.3.0" dependencies = [ "clap", "conditions", diff --git a/Cargo.toml b/Cargo.toml index f4bef32..fe39390 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ resolver = "2" members = ["cli", "lib"] [workspace.package] -version = "0.2.0" +version = "0.3.0" edition = "2021" authors = ["John Allen