Skip to content

Commit

Permalink
chore: release 7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DeveloperC286 committed Dec 10, 2024
1 parent a61e331 commit 81aef4e
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"6.1.0"}
{".":"7.0.0"}
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## 7.0.0 (2024-12-10)

## 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


**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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
edition = "2021"
Expand Down

0 comments on commit 81aef4e

Please sign in to comment.