Skip to content

Commit 4c25e7d

Browse files
committed
chore: Bump new version
1 parent 3275dc0 commit 4c25e7d

4 files changed

Lines changed: 15 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22
All notable changes to this project will be documented in this file.
33
=========
44

5+
## [1.6.2] - 2026-01-13
6+
7+
- fix: Improve performance up to 50%
8+
9+
10+
## [1.6.1] - 2026-01-01
11+
12+
- fix: Typos & codestyle
13+
- test: Add comprehensive tests for complex cases
14+
- chore: Publish patch built with sources.
15+
16+
517
## [1.6.0] - 2025-12-30
618

719
- Improve the test coverage. Add error handling tests

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ changelog:
3636
perl -i -0pe "s{$$HEADER}{$$HEADER\n\n$$NEW_CONTENT}s" CHANGELOG.md
3737

3838
new-version:
39-
uv version --bump minor # minor, major, patch
39+
uv version --bump patch # minor, major, patch

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-serializer"
3-
version = "1.6.1"
3+
version = "1.6.2"
44
description = "Mixin for SQLAlchemy models serialization without pain"
55
authors = [
66
{name = "yuri.boiko", email = "yuri.boiko.dev@gmail.com"}

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)