Skip to content

Commit 7eaa1e3

Browse files
committed
Bump to 1.1.0.
1 parent dc241bb commit 7eaa1e3

3 files changed

Lines changed: 111 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 1.1.0
4+
5+
- Add GitHub Action publish.
6+
37
## 1.0.0
48

59
- Add kwargs for all default pragmas.

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "dj-lite"
3-
version = "1.0.0"
3+
version = "1.1.0"
44
description = "Configure SQLite for production use with Django."
55
readme = "README.md"
66
requires-python = ">=3.9.7"
@@ -17,6 +17,8 @@ dependencies = [
1717

1818
[dependency-groups]
1919
dev = [
20+
"mypy>=1.15.0",
21+
"ruff>=0.11.8",
2022
"pytest>=8.4.1",
2123
]
2224

uv.lock

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

0 commit comments

Comments
 (0)