From 8dfa942b81140262f1dfc40bf9c236103dbe36de Mon Sep 17 00:00:00 2001 From: Eduardo Aguilar Date: Thu, 28 Dec 2023 20:45:15 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20release=200.0.7=20=E2=86=92=200.0.8=20[?= =?UTF-8?q?skip-ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .cz.toml | 2 +- CHANGELOG.md | 32 +++++++++++++++++++++++++------- 2 files changed, 26 insertions(+), 8 deletions(-) diff --git a/.cz.toml b/.cz.toml index 44169d9..e62f74c 100644 --- a/.cz.toml +++ b/.cz.toml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index dffd6ea..8c8c1e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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] 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] +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> + ## v0.0.6 (2023-12-07)