Skip to content

Commit cd56979

Browse files
authored
chore(release): bump to v1.6.1 (#525)
1 parent 0c4b5e4 commit cd56979

File tree

3 files changed

+32
-10
lines changed

3 files changed

+32
-10
lines changed

docs/changelog.rst

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,28 @@
33
1.x Changelog
44
=============
55

6+
.. changelog:: 1.6.1
7+
:date: 2025-08-26
8+
9+
.. change:: `to_schema` and `attrs` type hint correction
10+
:type: bugfix
11+
:pr: 516
12+
13+
Corrects an issue where the type hint was incorrect when `attrs` or `cattrs` were not installed.
14+
15+
.. change:: suppress `passlib` caused pytest warnings and other session warnings
16+
:type: bugfix
17+
:pr: 518
18+
19+
Suppress warnings caused by `passlib` during testing.
20+
21+
.. change:: `IdentityPrimaryKey` correctly generates an `IDENTITY` DDL
22+
:type: bugfix
23+
:pr: 523
24+
25+
Ensure that the `IdentityPrimaryKey` correctly generates `IDENTITY` DDL across multiple database dialects, including PostgreSQL, Oracle, and SQL Server. Update dependencies and add tests to verify the functionality.
26+
27+
628
.. changelog:: 1.6.0
729
:date: 2025-08-18
830

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ maintainers = [
4444
name = "advanced_alchemy"
4545
readme = "docs/PYPI_README.md"
4646
requires-python = ">=3.9"
47-
version = "1.6.0"
47+
version = "1.6.1"
4848

4949
[project.urls]
5050
Changelog = "https://docs.advanced-alchemy.litestar.dev/latest/changelog"
@@ -171,7 +171,7 @@ test = [
171171
allow_dirty = true
172172
commit = false
173173
commit_args = "--no-verify"
174-
current_version = "1.6.0"
174+
current_version = "1.6.1"
175175
ignore_missing_files = false
176176
ignore_missing_version = false
177177
message = "chore(release): bump to v{new_version}"

uv.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)