Skip to content

Commit 3815cb9

Browse files
committed
Publish package v1.6.4
Update version number and CHANGELOG.md.
1 parent 28d3b5e commit 3815cb9

3 files changed

Lines changed: 9 additions & 7 deletions

.changesets/fix-an-issue-where-errors-set-with-the--set_error--helper-would-not-always-be-reported-as-errors-in-appsignal-when-using-collector-mode-.md

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

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# AppSignal for Python Changelog
22

3+
## 1.6.4
4+
5+
_Published on 2026-02-18._
6+
7+
### Fixed
8+
9+
- Fix an issue where errors set with the `set_error` helper would not always be reported as errors in AppSignal when using collector mode. (patch [9d12d9b](https://github.com/appsignal/appsignal-python/commit/9d12d9b50ddf171183b5779a4d2bc49334bb22e8))
10+
311
## 1.6.3
412

513
_Published on 2026-02-11._

src/appsignal/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from __future__ import annotations
22

33

4-
__version__ = "1.6.3"
4+
__version__ = "1.6.4"

0 commit comments

Comments
 (0)