Skip to content

Commit 72b7bca

Browse files
build(version): 🔖 update version from 0.15.9 to 0.16.0
1 parent 17cdef1 commit 72b7bca

File tree

2 files changed

+42
-1
lines changed

2 files changed

+42
-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.15.9"
2+
version = "0.16.0"
33
bump_message = "build(version): :bookmark: update version from $current_version to $new_version"
44
version_schema = "semver"
55
version_provider = "commitizen"

CHANGELOG.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
## 0.16.0 (2025-08-26)
2+
3+
### Feat
4+
5+
- :sparkles: add `update-from-template` workflow (#134)
6+
- :sparkles: add hosting provider variable (#153)
7+
- :memo: add Conduct, Contributing, and filled out README (#131)
8+
- :sparkles: add 404 page to template (#141)
9+
- :sparkles: add files with copier variables (#127)
10+
- :sparkles: copy over static files to template folder (#117)
11+
- :hammer: gitleaks pre-commit to check for credentials (#100)
12+
- :sparkles: add mypy to VS Code settings and extensions (#93)
13+
- :sparkles: add examples section to docstring template (#39)
14+
- 🧑‍💻 add recipe `add-function` (#2)
15+
16+
### Fix
17+
18+
- :bug: need to run build workflow after version bump to get changelog (#110)
19+
- :construction_worker: explicitly checkout newest version to publish (#107)
20+
- :construction_worker: forgot to checkout before building and publishing (#106)
21+
- :construction_worker: only run when previous and current versions are different (#98)
22+
- :construction_worker: use the `has_released` output to run or not (#97)
23+
- :bug: install uv in publish step and only for tags (#96)
24+
- :hammer: the `check-commits` recipe wasn't correctly checking them (#48)
25+
- :hammer: the `check-commits` recipe wasn't correctly checking them
26+
- :bug: remove auto-built reference docs before/after building (#47)
27+
- :bug: remove auto-built reference docs before/after building
28+
- :fire: remove django debugger (#44)
29+
- add `test-python` to `run-all` (#38)
30+
- :hammer: update test snippet to given, when, then (#29)
31+
32+
### Refactor
33+
34+
- :recycle: specify svg for all badges (#157)
35+
- :recycle: move copier test to own file (#156)
36+
- :recycle: update post-copy message (#154)
37+
- :recycle: match copier vars in `template-website` (#152)
38+
- :recycle: use `bash` for `check-commits` justfile recipe (#150)
39+
- :wrench: include `github-actions` in dependabot config (#136)
40+
- :construction_worker: move `uv build` step into publish job (#101)
41+
- :recycle: make mypy more strict in settings (#94)

0 commit comments

Comments
 (0)