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 1918102 commit 2e2fd76Copy full SHA for 2e2fd76
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+## 0.1.3 (2025-05-15)
2
+
3
+### Fix
4
5
+- Setup | Create access token
6
+- ci
7
+- ruff config
8
9
## 0.1.2 (2025-05-04)
10
11
### Feat
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "dynamic-expressions"
-version = "0.1.2"
+version = "0.1.3"
description = ""
readme = "README.md"
license = { text = "MIT" }
@@ -143,8 +143,8 @@ ban-relative-imports = "parents"
143
144
[tool.commitizen]
145
name = "cz_conventional_commits"
146
147
-tag_format = "$version"
+tag_format = "$major.$minor.$patch"
148
version_scheme = "pep440"
149
version_provider = "pep621"
150
major_version_zero = true
0 commit comments