We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7aafb20 commit 0e6fdabCopy full SHA for 0e6fdab
2 files changed
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-## v0.1.1 (2025-07-20)
+## v0.1.0 (2025-07-20)
2
3
### Fix
4
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
5
[project]
6
name = "records2"
7
-version = "0.1.1"
+version = "0.1.0"
8
description = "A comprehensive, type-safe database solution for Python"
9
authors = [
10
{name = "Chidebele Dunamis", email = "techwithdunamix@gmail.com"}
@@ -86,7 +86,7 @@ python_functions = ["test_*"]
86
87
[tool.commitizen]
88
name = "cz_conventional_commits"
89
90
version_files = [
91
"pyproject.toml:version",
92
"nexios/__main__.py:__version__"
0 commit comments