Skip to content

Commit

Permalink
bump: release 0.0.3 → 0.0.4 [skip-ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
danteay committed Sep 5, 2023
1 parent 4334119 commit 97a3426
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .cz.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool]
[tool.commitizen]
name = "cz_customize"
version = "0.0.3"
version = "0.0.4"
tag_format = "v$version"
bump_message = "bump: release $current_version → $new_version [skip-ci]"
update_changelog_on_bump = true
Expand Down
23 changes: 21 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,28 @@
## v0.0.4 (2023-09-05)


- chore(deps): bump actions/checkout from 3 to 4 (#5)
- Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

## v0.0.3 (2023-08-24)


- chore: logger (#4)
- * chore: add nix env

- * chore: add nix env

* chore: add logger option to debug request and response

## v0.0.2 (2023-08-17)
Expand Down

0 comments on commit 97a3426

Please sign in to comment.