Skip to content

Commit 8a562da

Browse files
committed
prep for 0.18.0 release
Signed-off-by: Grant Ramsay <[email protected]>
1 parent 570d317 commit 8a562da

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ project since the first release, with the latest changes at the top.
55

66
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.18.0](https://github.com/seapagan/sqliter-py/releases/tag/0.18.0) (February 02, 2026)
9+
10+
**New Features**
11+
12+
- Add nested prefetch_related support ([#120](https://github.com/seapagan/sqliter-py/pull/120)) by [seapagan](https://github.com/seapagan)
13+
- Add bulk_insert() and prefetch_related() ([#119](https://github.com/seapagan/sqliter-py/pull/119)) by [seapagan](https://github.com/seapagan)
14+
15+
[`Full Changelog`](https://github.com/seapagan/sqliter-py/compare/0.17.0...0.18.0) | [`Diff`](https://github.com/seapagan/sqliter-py/compare/0.17.0...0.18.0.diff) | [`Patch`](https://github.com/seapagan/sqliter-py/compare/0.17.0...0.18.0.patch)
16+
817
## [0.17.0](https://github.com/seapagan/sqliter-py/releases/tag/0.17.0) (January 31, 2026)
918

1019
**New Features**

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
[project]
55
name = "sqliter-py"
6-
version = "0.17.0"
6+
version = "0.18.0"
77
description = "Interact with SQLite databases using Python and Pydantic"
88
readme = "README.md"
99
requires-python = ">=3.9"

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)