Skip to content

Commit 11f5b68

Browse files
authored
chore(release): bump to v1.6.3 (#548)
1 parent 901704d commit 11f5b68

File tree

3 files changed

+33
-4
lines changed

3 files changed

+33
-4
lines changed

docs/changelog.rst

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

6+
.. changelog:: 1.6.3
7+
:date: 2025-09-19
8+
9+
.. change:: additional update and update_many corrections.
10+
:type: bugfix
11+
:pr: 537
12+
:issue: 464, 535
13+
14+
Updates `update` and `update_many` to properly handle relationships and returning support.
15+
16+
.. change:: TypeError when initializing SQLAlchemyAsyncQueryRepository
17+
:type: bugfix
18+
:pr: 538
19+
:issue: 534
20+
21+
Corrects a TypeError reported from the init method of `SQLAlchemyAsyncQueryRepository`
22+
23+
.. change:: property correction
24+
:type: bugfix
25+
:pr: 539
26+
27+
Property correction for updates
28+
29+
.. change:: improve `sync_tools` thread handling and update dependencies
30+
:type: bugfix
31+
:pr: 545
32+
33+
Enhance thread management in `sync_tools` to improve performance and reliability.
34+
635
.. changelog:: 1.6.2
736
:date: 2025-08-29
837

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.2"
47+
version = "1.6.3"
4848

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

uv.lock

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

0 commit comments

Comments
 (0)