Skip to content

Commit

Permalink
Publish package v0.2.1
Browse files Browse the repository at this point in the history
Update version number and CHANGELOG.md.
  • Loading branch information
AppSignalReleaseBot committed Nov 22, 2024
1 parent 856b733 commit 43a796c
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 10 deletions.
8 changes: 0 additions & 8 deletions .changesets/release-macos-builds.md

This file was deleted.

12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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._
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "appsignal-wrap"
version = "0.2.0"
version = "0.2.1"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"}"
Expand Down

0 comments on commit 43a796c

Please sign in to comment.