Skip to content

Commit bd33ab8

Browse files
build(version): 🔖 update version from 0.1.0 to 0.2.0 [skip ci]
1 parent 0dd4e27 commit bd33ab8

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

.cz.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.commitizen]
2-
version = "0.1.0"
2+
version = "0.2.0"
33
bump_message = "build(version): :bookmark: update version from $current_version to $new_version [skip ci]"
44
version_schema = "semver"
55
version_provider = "commitizen"

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
## 0.2.0 (2025-07-15)
2+
3+
### Feat
4+
5+
- :sparkles: add Dependabot to template for workflows and Python packages (#70)
6+
- :sparkles: create template folder with initial files (#52)
7+
- write poetry command in just file (#7)
8+
9+
### Refactor
10+
11+
- :recycle: simplify pull request template in the template (#82)
12+
- :recycle: `.gitignore` should be specific to data packages, not Python ones (#75)
13+
- :recycle: revise `pyproject.toml.jinja` to use Jinja variables (#76)
14+
- :recycle: match Sprout (#40)

0 commit comments

Comments
 (0)