Skip to content

Commit 1e4af95

Browse files
committed
prep for 0.4.0 release
Signed-off-by: Grant Ramsay <seapagan@gmail.com>
1 parent e18d870 commit 1e4af95

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@ project since the first release, with the latest changes at the top.
66
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88

9-
## [Unreleased](https://github.com/seapagan/sqliter-py/tree/HEAD)
9+
## [0.4.0](https://github.com/seapagan/sqliter-py/releases/tag/0.4.0) (September 27, 2024)
1010

1111
**New Features**
1212

13+
- Add `exists_ok` and `force` flags to `create_table` ([#34](https://github.com/seapagan/sqliter-py/pull/34)) by [seapagan](https://github.com/seapagan)
1314
- Add `reset=` to SqliterDB(), to drop all existing tables ([#33](https://github.com/seapagan/sqliter-py/pull/33)) by [seapagan](https://github.com/seapagan)
1415
- Order by primary key if no field specified to `order()` ([#32](https://github.com/seapagan/sqliter-py/pull/32)) by [seapagan](https://github.com/seapagan)
1516
- Add `drop_table` method ([#31](https://github.com/seapagan/sqliter-py/pull/31)) by [seapagan](https://github.com/seapagan)
@@ -28,7 +29,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
2829

2930
- Add a documentation website and trim down the README ([#25](https://github.com/seapagan/sqliter-py/pull/25)) by [seapagan](https://github.com/seapagan)
3031

31-
[`Full Changelog`](https://github.com/seapagan/sqliter-py/compare/0.3.0...HEAD) | [`Diff`](https://github.com/seapagan/sqliter-py/compare/0.3.0...HEAD.diff) | [`Patch`](https://github.com/seapagan/sqliter-py/compare/0.3.0...HEAD.patch)
32+
[`Full Changelog`](https://github.com/seapagan/sqliter-py/compare/0.3.0...0.4.0) | [`Diff`](https://github.com/seapagan/sqliter-py/compare/0.3.0...0.4.0.diff) | [`Patch`](https://github.com/seapagan/sqliter-py/compare/0.3.0...0.4.0.patch)
3233

3334
## [0.3.0](https://github.com/seapagan/sqliter-py/releases/tag/0.3.0) (September 23, 2024)
3435

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.3.0"
6+
version = "0.4.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)