From 56bf2157bcf93953fafc76c9f8858ee43a3b858d Mon Sep 17 00:00:00 2001 From: DeveloperC Date: Mon, 16 Dec 2024 10:41:17 +0000 Subject: [PATCH] chore: release 7.0.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 26 ++++++++++++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 4 files changed, 29 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5dab2c5..3246481 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"6.1.0"} +{".":"7.0.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e2a479..9762747 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,31 @@ # Changelog +## 7.0.0 (2024-12-16) + +## What's Changed +* refactor!: simplifying --git-history-mode naming/description by @DeveloperC286 in https://github.com/DeveloperC286/conventional_commits_next_version/pull/54 +* Refactor calculationmode casing agnostic by @DeveloperC286 in https://github.com/DeveloperC286/conventional_commits_next_version/pull/56 +* build: updating base Rust image by @DeveloperC286 in https://github.com/DeveloperC286/conventional_commits_next_version/pull/57 +* fix(deps): update rust crate clap to v4.5.20 by @renovate in https://github.com/DeveloperC286/conventional_commits_next_version/pull/37 +* fix(deps): update rust crate regex to v1.11.1 by @renovate in https://github.com/DeveloperC286/conventional_commits_next_version/pull/59 +* fix(deps): update rust crate anyhow to v1.0.93 by @renovate in https://github.com/DeveloperC286/conventional_commits_next_version/pull/58 +* ci: Alpine migration for pinning/updating all dependencies by @DeveloperC286 in https://github.com/DeveloperC286/conventional_commits_next_version/pull/61 +* ci: adding Renovate GitHub Workflow Earthly updating by @DeveloperC286 in https://github.com/DeveloperC286/conventional_commits_next_version/pull/67 +* chore(deps): update dependency alpine_3_20/python3 to v3.12.8-r1 by @renovate in https://github.com/DeveloperC286/conventional_commits_next_version/pull/72 +* chore(deps): update earthly/earthly docker tag to v0.8.15 by @renovate in https://github.com/DeveloperC286/conventional_commits_next_version/pull/68 +* ci: replacing missed Earthly download with action by @DeveloperC286 in https://github.com/DeveloperC286/conventional_commits_next_version/pull/73 +* build: converting to Rust's Alpine image by @DeveloperC286 in https://github.com/DeveloperC286/conventional_commits_next_version/pull/75 +* chore(deps): update dependency developerc286/conventional_commits_linter to v0.14.3 by @renovate in https://github.com/DeveloperC286/conventional_commits_next_version/pull/69 +* build: improved continuous delivery target naming by @DeveloperC286 in https://github.com/DeveloperC286/conventional_commits_next_version/pull/77 +* refactor: formatting end to end test features by @DeveloperC286 in https://github.com/DeveloperC286/conventional_commits_next_version/pull/78 +* fix(deps): update rust crate clap to v4.5.23 by @renovate in https://github.com/DeveloperC286/conventional_commits_next_version/pull/60 +* fix(deps): update rust crate semver to v1.0.24 by @renovate in https://github.com/DeveloperC286/conventional_commits_next_version/pull/79 +* fix(deps): update rust crate anyhow to v1.0.94 by @renovate in https://github.com/DeveloperC286/conventional_commits_next_version/pull/70 +* chore(deps): update dependency rhysd/actionlint to v1.7.4 by @renovate in https://github.com/DeveloperC286/conventional_commits_next_version/pull/65 + + +**Full Changelog**: https://github.com/DeveloperC286/conventional_commits_next_version/compare/v6.1.0...v7.0.0 + ## 6.1.0 (2024-10-19) ## What's Changed diff --git a/Cargo.lock b/Cargo.lock index 1fe867c..3ee3a35 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -142,7 +142,7 @@ checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7" [[package]] name = "conventional_commits_next_version" -version = "6.1.0" +version = "7.0.0" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 7437be7..418dcac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "conventional_commits_next_version" -version = "6.1.0" +version = "7.0.0" description = "A tooling and language agnostic utility to calculate the next semantic version based on the Conventional Commits since the prior version. Supports monorepos." authors = ["C "] edition = "2021"