Skip to content

Commit 31d2756

Browse files
committed
fix: Release.
1 parent 5ae2f15 commit 31d2756

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
## 0.16
66

7+
### 0.16.8
8+
9+
- fix: Adds schema support to audit functions (that is, they will now be created in the schema of the table to avoid conflicts).
10+
711
### 0.16.7
812

913
- feat: Add missing support for `exclude` on triggers.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "sqlalchemy-declarative-extensions"
3-
version = "0.16.7"
3+
version = "0.16.8"
44
authors = [{ name = "Dan Cardin", email = "ddcardin@gmail.com" }]
55
description = "Library to declare additional kinds of objects not natively supported by SQLAlchemy/Alembic."
66
license = { file = "LICENSE" }

0 commit comments

Comments
 (0)