Skip to content

Commit 4c5ffba

Browse files
committed
Publish package v1.5.1
Update version number and CHANGELOG.md.
1 parent ac3a9b3 commit 4c5ffba

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

.changesets/improve-sql-sanitisation.md

Lines changed: 0 additions & 7 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.5.1
4+
5+
_Published on 2025-03-14._
6+
7+
### Changed
8+
9+
- Improve SQL sanitisation for functions and numbered placeholders. (patch [684f895](https://github.com/appsignal/appsignal-python/commit/684f895bf70093fe26ccf5f59fa2cab3e22d720a))
10+
311
## 1.5.0
412

513
_Published on 2025-02-24._

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.5.0"
4+
__version__ = "1.5.1"

0 commit comments

Comments
 (0)