Skip to content

Commit 582568a

Browse files
build(version): 🔖 update version from 0.17.7 to 0.17.8
1 parent 9311d46 commit 582568a

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.17.7"
2+
version = "0.17.8"
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: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,20 @@ often, sometimes several in a day. It also means any individual release
99
will not have many changes within it. Below is a list of releases along
1010
with what was changed within it.
1111

12+
## 0.17.8 (2025-09-08)
13+
14+
### Fix
15+
16+
- :hammer: ignore other dirs and files when listing todos (#200)
17+
- :bug: `github_repo` (via `_folder_name`) doesn't work using `update` (#197)
18+
19+
### Refactor
20+
21+
- :pushpin: update pre-commit hook versions (#199)
22+
- :memo: simplify CHANGELOG description (#193)
23+
- :hammer: contributor script outputs text, output to file with justfile (#192)
24+
- :fire: `update-from-workflow` is too complicated and not needed (#190)
25+
1226
## 0.17.7 (2025-09-05)
1327

1428
### Refactor

0 commit comments

Comments
 (0)