Skip to content

Commit

Permalink
bump: release 0.0.7 → 0.0.8 [skip-ci]
Browse files Browse the repository at this point in the history
danteay committed Dec 28, 2023
1 parent 8d45f4c commit 8dfa942
Showing 2 changed files with 26 additions and 8 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.7"
version = "0.0.8"
tag_format = "v$version"
bump_message = "bump: release $current_version → $new_version [skip-ci]"
update_changelog_on_bump = true
32 changes: 25 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,39 @@
## v0.0.7 (2023-12-07)
## v0.0.8 (2023-12-28)


- chore(deps): bump actions/setup-go from 4 to 5 (#7)
- Bumps [actions/setup-go](https://github.com/actions/setup-go) from 4 to 5.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/v4...v5)
- chore(deps): bump github.com/aws/aws-lambda-go from 1.41.0 to 1.43.0 (#10)
- Bumps [github.com/aws/aws-lambda-go](https://github.com/aws/aws-lambda-go) from 1.41.0 to 1.43.0.
- [Release notes](https://github.com/aws/aws-lambda-go/releases)
- [Commits](https://github.com/aws/aws-lambda-go/compare/v1.41.0...v1.43.0)

---
updated-dependencies:
- dependency-name: actions/setup-go
- dependency-name: github.com/aws/aws-lambda-go
dependency-type: direct:production
update-type: version-update:semver-major
update-type: version-update:semver-minor
...

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

## v0.0.7 (2023-12-07)


- chore(deps): bump actions/setup-go from 4 to 5 (#7)
- Bumps [actions/setup-go](https://github.com/actions/setup-go) from 4 to 5.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/setup-go
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.6 (2023-12-07)


0 comments on commit 8dfa942

Please sign in to comment.