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"}"