Skip to content

Commit

Permalink
Publish package v1.0.4
Browse files Browse the repository at this point in the history
Update version number and CHANGELOG.md.
  • Loading branch information
tombruijn committed Jan 15, 2024
1 parent 45c68a9 commit 7f4729b
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 13 deletions.
6 changes: 0 additions & 6 deletions .changesets/error-metrics.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changesets/update-probes-0.5.4.md

This file was deleted.

10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# AppSignal for Python Changelog

## 1.0.4

### Changed

- [2171910](https://github.com/appsignal/appsignal-python/commit/21719106b8a20a44288758fbce09e67afd1ce308) patch - Fix disk usage returning a Vec with no entries on Alpine Linux when the `df --local` command fails.

### Fixed

- [3215eb4](https://github.com/appsignal/appsignal-python/commit/3215eb49dc76fd7ad3674842015426c0e2763443) patch - Fix missing error metrics for the error rate and error count graphs in some scenarios, like with Node.js Koa apps.

## 1.0.3

### Changed
Expand Down
2 changes: 1 addition & 1 deletion src/appsignal/__about__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from __future__ import annotations


__version__ = "1.0.3"
__version__ = "1.0.4"

0 comments on commit 7f4729b

Please sign in to comment.