From 43a796ca5df7bef742cf9ff3f724cdde0b9d7cc6 Mon Sep 17 00:00:00 2001 From: "AppSignal release bot (as unflxw)" Date: Fri, 22 Nov 2024 17:21:42 +0000 Subject: [PATCH] Publish package v0.2.1 Update version number and CHANGELOG.md. --- .changesets/release-macos-builds.md | 8 -------- CHANGELOG.md | 12 ++++++++++++ Cargo.toml | 2 +- install.sh | 2 +- 4 files changed, 14 insertions(+), 10 deletions(-) delete mode 100644 .changesets/release-macos-builds.md diff --git a/.changesets/release-macos-builds.md b/.changesets/release-macos-builds.md deleted file mode 100644 index feff41e..0000000 --- a/.changesets/release-macos-builds.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -bump: patch -type: add ---- - -Release macOS builds for Apple Silicon (arm64) and Intel (x86_64). - -Using these builds is discouraged in production environments. diff --git a/CHANGELOG.md b/CHANGELOG.md index c83c80a..fe7bcd6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # `appsignal-wrap` changelog +## 0.2.1 + +_Published on 2024-11-22._ + +### Added + +- Release macOS builds for Apple Silicon (arm64) and Intel (x86_64). + + Using these builds is discouraged in production environments. + + (patch [856b733](https://github.com/appsignal/appsignal-wrap/commit/856b7339f1b9a5cde85d41ad9bb1ffde99b27357)) + ## 0.2.0 _Published on 2024-11-19._ diff --git a/Cargo.toml b/Cargo.toml index f6e89fb..e47a0f2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "appsignal-wrap" -version = "0.2.0" +version = "0.2.1" edition = "2021" [dependencies] diff --git a/install.sh b/install.sh index 4bcf77f..5b5d3e6 100755 --- a/install.sh +++ b/install.sh @@ -14,7 +14,7 @@ fi # This value is automatically updated during the release process; # see `script/write_version`. -LAST_RELEASE="0.2.0" +LAST_RELEASE="0.2.1" VERSION="${APPSIGNAL_WRAP_VERSION:-"$LAST_RELEASE"}" INSTALL_FOLDER="${APPSIGNAL_WRAP_INSTALL_FOLDER:-"/usr/local/bin"}"