We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d8705f commit 75fbce5Copy full SHA for 75fbce5
HISTORY.rst
@@ -1,6 +1,9 @@
1
Changelog
2
---------
3
4
+0.9.0 (23.05.2025)
5
+~~~~~~~~~~~~~~~~~~~
6
+
7
- Replaces `JSON` database type with `JSONB`, this means
8
Postgres as a backend is not required. You will also need
9
to write a migration for existing JSON columns. You may use
pyproject.toml
@@ -11,7 +11,7 @@ branch = true
11
source = ["src"]
12
13
[tool.bumpversion]
14
-current_version = "0.8.0"
+current_version = "0.9.0"
15
commit = true
16
message = "Release {new_version}"
17
tag = true
src/libres/__init__.py
@@ -5,7 +5,7 @@
registry = create_default_registry()
-__version__ = '0.8.0'
+__version__ = '0.9.0'
__all__ = (
10
'new_scheduler',
'registry'
0 commit comments