Skip to content

Commit 2e2fd76

Browse files
committed
bump: version 0.1.2 → 0.1.3
1 parent 1918102 commit 2e2fd76

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
19
## 0.1.2 (2025-05-04)
210

311
### Feat

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "dynamic-expressions"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
description = ""
55
readme = "README.md"
66
license = { text = "MIT" }
@@ -143,8 +143,8 @@ ban-relative-imports = "parents"
143143

144144
[tool.commitizen]
145145
name = "cz_conventional_commits"
146-
version = "0.1.2"
147-
tag_format = "$version"
146+
version = "0.1.3"
147+
tag_format = "$major.$minor.$patch"
148148
version_scheme = "pep440"
149149
version_provider = "pep621"
150150
major_version_zero = true

0 commit comments

Comments
 (0)