Skip to content

Commit

Permalink
Release notes and verson bump for 4.12.1 (#173)
Browse files Browse the repository at this point in the history
* Release notes and verson bump for 4.12.1

* fix links
  • Loading branch information
wesleykendall authored Sep 8, 2024
1 parent 6eaa768 commit b29a29f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 4.12.1 (2024-09-08)

#### Fixes

- Account for `psycopg.exec` results being `None` by [@max-muoto](https://github.com/max-muoto) in [#170](https://github.com/Opus10/django-pgtrigger/pull/170).
- Account for `bytes` SQL strings by [@max-muoto](https://github.com/max-muoto) in [#171](https://github.com/Opus10/django-pgtrigger/pull/171).

#### Changes

- Improve public interface type annotations by [@max-muoto](https://github.com/max-muoto) in [#172](https://github.com/Opus10/django-pgtrigger/pull/172).

## 4.12.0 (2024-08-26)

#### Fixes
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ packages = [
exclude = [
"*/tests/"
]
version = "4.12.0"
version = "4.12.1"
description = "Postgres trigger support integrated with Django models."
authors = ["Wes Kendall"]
classifiers = [
Expand Down

0 comments on commit b29a29f

Please sign in to comment.