From 0962eb841640d96498a1a74555f58e87f5b49a1c Mon Sep 17 00:00:00 2001 From: Arvid Norlander Date: Mon, 26 Feb 2024 22:50:38 +0100 Subject: [PATCH] chore(release): prepare for next release --- Cargo.lock | 2 +- crates/paketkoll/CHANGELOG.md | 6 ++++++ crates/paketkoll/Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index db8b4ac4..987bb812 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -573,7 +573,7 @@ dependencies = [ [[package]] name = "paketkoll" -version = "0.1.1" +version = "0.1.2" dependencies = [ "anyhow", "clap", diff --git a/crates/paketkoll/CHANGELOG.md b/crates/paketkoll/CHANGELOG.md index 70ccd528..bf2b3f0e 100644 --- a/crates/paketkoll/CHANGELOG.md +++ b/crates/paketkoll/CHANGELOG.md @@ -7,6 +7,12 @@ is generated automatically from commit messages. For a possibly more edited message focused on the binary please see the github releases. +## [0.1.2] - 2024-02-26 + +### 🚀 Shiny new things (features) + +- Report existance of issues with exit code + ## [0.1.1] - 2024-02-26 ### ⚙️ Other stuff diff --git a/crates/paketkoll/Cargo.toml b/crates/paketkoll/Cargo.toml index 7453933e..9fa40e16 100644 --- a/crates/paketkoll/Cargo.toml +++ b/crates/paketkoll/Cargo.toml @@ -6,7 +6,7 @@ name = "paketkoll" readme = "../../README.md" repository = "https://github.com/VorpalBlade/paketkoll" rust-version = "1.76.0" -version = "0.1.1" +version = "0.1.2" [features] # Default features