From ea4b5917ab051c9ff1b9459a6bb2c18fbbe43549 Mon Sep 17 00:00:00 2001 From: "knope-bot-test[bot]" <150975753+knope-bot-test[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 01:24:16 +0000 Subject: [PATCH] Release packages --- .../improve_error_messages_when_github_releases_fail.md | 5 ----- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- crates/knope/Cargo.toml | 2 +- 4 files changed, 8 insertions(+), 7 deletions(-) delete mode 100644 .changeset/improve_error_messages_when_github_releases_fail.md diff --git a/.changeset/improve_error_messages_when_github_releases_fail.md b/.changeset/improve_error_messages_when_github_releases_fail.md deleted file mode 100644 index 371aa060..00000000 --- a/.changeset/improve_error_messages_when_github_releases_fail.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -knope: patch ---- - -# Improve error messages when GitHub releases fail diff --git a/CHANGELOG.md b/CHANGELOG.md index bae04775..fdfc6408 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,12 @@ The results are changes to the current directory, calls to external commands, an Notably, anything written to standard output or standard error (what you see in the terminal) is _not_ considered part of the public API and may change between any versions. +## 0.18.3 (2025-01-21) + +### Fixes + +- Improve error messages when GitHub releases fail + ## 0.18.2 (2025-01-01) ### Fixes diff --git a/Cargo.lock b/Cargo.lock index 2a924976..454f5826 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1290,7 +1290,7 @@ dependencies = [ [[package]] name = "knope" -version = "0.18.2" +version = "0.18.3" dependencies = [ "base64", "changesets", diff --git a/crates/knope/Cargo.toml b/crates/knope/Cargo.toml index 4acdb164..1d61d823 100644 --- a/crates/knope/Cargo.toml +++ b/crates/knope/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "knope" description = "A command line tool for automating common development tasks" -version = "0.18.2" +version = "0.18.3" authors = ["Dylan Anthony "] edition = "2021" license = "MIT"