Skip to content

Commit f0dfa85

Browse files
Publish package v0.3.1
Update version number and CHANGELOG.md.
1 parent 62db865 commit f0dfa85

4 files changed

Lines changed: 14 additions & 10 deletions

File tree

.changesets/add----revision--cli-argument.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# `appsignal-wrap` changelog
22

3+
## 0.3.1
4+
5+
_Published on 2026-02-17._
6+
7+
### Added
8+
9+
- Add `--revision` command-line argument. When a revision is given using the `--revision` flag or the `APPSIGNAL_REVISION` environment variable, errors will use that revision, causing them to be grouped in AppSignal with the deployment for that revision.
10+
11+
The revision value will also be added as an attribute to log lines, allowing them to be filtered by revision.
12+
13+
(patch [62db865](https://github.com/appsignal/appsignal-wrap/commit/62db86592f119fca40e6a712cbef28e83e797d66))
14+
315
## 0.3.0
416

517
_Published on 2025-03-12._

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "appsignal-wrap"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
edition = "2021"
55

66
[dependencies]

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ fi
1414

1515
# This value is automatically updated during the release process;
1616
# see `script/write_version`.
17-
LAST_RELEASE="0.3.0"
17+
LAST_RELEASE="0.3.1"
1818

1919
VERSION="${APPSIGNAL_RUN_VERSION:-"$LAST_RELEASE"}"
2020
INSTALL_FOLDER="${APPSIGNAL_RUN_INSTALL_FOLDER:-"/usr/local/bin"}"

0 commit comments

Comments
 (0)