From 12413abe4c20dae0570d1962bde2ff49909f0cc8 Mon Sep 17 00:00:00 2001 From: DeveloperC Date: Sat, 19 Oct 2024 12:57:56 +0100 Subject: [PATCH] chore: release 6.1.0 (#51) --- .release-please-manifest.json | 2 +- CHANGELOG.md | 45 +++++++++++++++++++++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 4 files changed, 48 insertions(+), 3 deletions(-) create mode 100644 CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ca20723..5dab2c5 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"6.0.1"} +{".":"6.1.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..6e2a479 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,45 @@ +# Changelog + +## 6.1.0 (2024-10-19) + +## What's Changed +* ci: removing GitLab CI/CD configuration by @DeveloperC286 in https://github.com/DeveloperC286/conventional_commits_next_version/pull/8 +* ci: adding GitLab mirroring GitHub Action by @DeveloperC286 in https://github.com/DeveloperC286/conventional_commits_next_version/pull/13 +* docs: updating issues URL by @DeveloperC286 in https://github.com/DeveloperC286/conventional_commits_next_version/pull/14 +* ci: adding GitHub Actions Workflows linting by @DeveloperC286 in https://github.com/DeveloperC286/conventional_commits_next_version/pull/15 +* ci: adding clean Git history workflow by @DeveloperC286 in https://github.com/DeveloperC286/conventional_commits_next_version/pull/21 +* ci: adding Conventional Commits linting workflow by @DeveloperC286 in https://github.com/DeveloperC286/conventional_commits_next_version/pull/22 +* ci: adding Continuous integration (CI) workflow by @DeveloperC286 in https://github.com/DeveloperC286/conventional_commits_next_version/pull/23 +* docs: adding Continuous Integration(CI) badge by @DeveloperC286 in https://github.com/DeveloperC286/conventional_commits_next_version/pull/24 +* docs: replacing GitLab Continuous Integration(CI) badge by @DeveloperC286 in https://github.com/DeveloperC286/conventional_commits_next_version/pull/25 +* ci: moving GitHub Actions workflow formatting check by @DeveloperC286 in https://github.com/DeveloperC286/conventional_commits_next_version/pull/26 +* docs: updating repository link to GitHub by @DeveloperC286 in https://github.com/DeveloperC286/conventional_commits_next_version/pull/27 +* docs: changing URLs to GitHub by @DeveloperC286 in https://github.com/DeveloperC286/conventional_commits_next_version/pull/28 +* chore: Configure Renovate by @renovate in https://github.com/DeveloperC286/conventional_commits_next_version/pull/29 +* chore(deps): update actions/checkout action to v4 by @renovate in https://github.com/DeveloperC286/conventional_commits_next_version/pull/33 +* ci: converting to earthly/actions-setup@v1 by @DeveloperC286 in https://github.com/DeveloperC286/conventional_commits_next_version/pull/42 +* Removing ci badge by @DeveloperC286 in https://github.com/DeveloperC286/conventional_commits_next_version/pull/43 +* docs: library deprecation notice by @DeveloperC286 in https://github.com/DeveloperC286/conventional_commits_next_version/pull/45 +* refactor: merging binary and library by @DeveloperC286 in https://github.com/DeveloperC286/conventional_commits_next_version/pull/44 +* fix(deps): update rust crate git2 to 0.19.0 by @renovate in https://github.com/DeveloperC286/conventional_commits_next_version/pull/38 +* fix(deps): update rust crate lazy_static to v1.5.0 - autoclosed by @renovate in https://github.com/DeveloperC286/conventional_commits_next_version/pull/39 +* fix(deps): update rust crate regex to v1.11.0 by @renovate in https://github.com/DeveloperC286/conventional_commits_next_version/pull/40 +* fix(deps): update strum monorepo to 0.26.0 by @renovate in https://github.com/DeveloperC286/conventional_commits_next_version/pull/41 +* fix(deps): update rust crate log to v0.4.22 by @renovate in https://github.com/DeveloperC286/conventional_commits_next_version/pull/31 +* fix(deps): update rust crate semver to v1.0.23 by @renovate in https://github.com/DeveloperC286/conventional_commits_next_version/pull/34 +* chore(deps): update rust crate rstest to 0.23.0 by @renovate in https://github.com/DeveloperC286/conventional_commits_next_version/pull/36 +* chore(deps): update dependency parse-type to v0.6.4 - autoclosed by @renovate in https://github.com/DeveloperC286/conventional_commits_next_version/pull/30 +* chore(deps): update dependency parse to v1.20.2 by @renovate in https://github.com/DeveloperC286/conventional_commits_next_version/pull/35 +* build: removing metadata from unit-test target by @DeveloperC286 in https://github.com/DeveloperC286/conventional_commits_next_version/pull/46 +* feat: converting error handing to anyhow by @DeveloperC286 in https://github.com/DeveloperC286/conventional_commits_next_version/pull/47 +* refactor: fixing end to end test error message by @DeveloperC286 in https://github.com/DeveloperC286/conventional_commits_next_version/pull/48 +* fix(deps): update rust crate anyhow to v1.0.90 by @renovate in https://github.com/DeveloperC286/conventional_commits_next_version/pull/49 +* ci: adding release-please by @DeveloperC286 in https://github.com/DeveloperC286/conventional_commits_next_version/pull/50 +* ci: adding release binary publishing by @DeveloperC286 in https://github.com/DeveloperC286/conventional_commits_next_version/pull/52 +* ci: adding publishing to crates.io by @DeveloperC286 in https://github.com/DeveloperC286/conventional_commits_next_version/pull/53 + +## New Contributors +* @DeveloperC286 made their first contribution in https://github.com/DeveloperC286/conventional_commits_next_version/pull/8 +* @renovate made their first contribution in https://github.com/DeveloperC286/conventional_commits_next_version/pull/29 + +**Full Changelog**: https://github.com/DeveloperC286/conventional_commits_next_version/compare/v6.0.1...v6.1.0 diff --git a/Cargo.lock b/Cargo.lock index 755ad34..112fcde 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -141,7 +141,7 @@ checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7" [[package]] name = "conventional_commits_next_version" -version = "6.0.1" +version = "6.1.0" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 55b6ce8..7437be7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "conventional_commits_next_version" -version = "6.0.1" +version = "6.1.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"