Skip to content

Commit 82e1cd9

Browse files
committed
chore: release 7.0.0
1 parent 05ccf8c commit 82e1cd9

File tree

4 files changed

+27
-3
lines changed

4 files changed

+27
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"6.1.0"}
1+
{".":"7.0.0"}

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Changelog
22

3+
## 7.0.0 (2024-12-16)
4+
5+
## What's Changed
6+
* refactor!: simplifying --git-history-mode naming/description by @DeveloperC286 in https://github.com/DeveloperC286/conventional_commits_next_version/pull/54
7+
* Refactor calculationmode casing agnostic by @DeveloperC286 in https://github.com/DeveloperC286/conventional_commits_next_version/pull/56
8+
* build: updating base Rust image by @DeveloperC286 in https://github.com/DeveloperC286/conventional_commits_next_version/pull/57
9+
* fix(deps): update rust crate clap to v4.5.20 by @renovate in https://github.com/DeveloperC286/conventional_commits_next_version/pull/37
10+
* fix(deps): update rust crate regex to v1.11.1 by @renovate in https://github.com/DeveloperC286/conventional_commits_next_version/pull/59
11+
* fix(deps): update rust crate anyhow to v1.0.93 by @renovate in https://github.com/DeveloperC286/conventional_commits_next_version/pull/58
12+
* ci: Alpine migration for pinning/updating all dependencies by @DeveloperC286 in https://github.com/DeveloperC286/conventional_commits_next_version/pull/61
13+
* ci: adding Renovate GitHub Workflow Earthly updating by @DeveloperC286 in https://github.com/DeveloperC286/conventional_commits_next_version/pull/67
14+
* 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
15+
* chore(deps): update earthly/earthly docker tag to v0.8.15 by @renovate in https://github.com/DeveloperC286/conventional_commits_next_version/pull/68
16+
* ci: replacing missed Earthly download with action by @DeveloperC286 in https://github.com/DeveloperC286/conventional_commits_next_version/pull/73
17+
* build: converting to Rust's Alpine image by @DeveloperC286 in https://github.com/DeveloperC286/conventional_commits_next_version/pull/75
18+
* 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
19+
* build: improved continuous delivery target naming by @DeveloperC286 in https://github.com/DeveloperC286/conventional_commits_next_version/pull/77
20+
* refactor: formatting end to end test features by @DeveloperC286 in https://github.com/DeveloperC286/conventional_commits_next_version/pull/78
21+
* fix(deps): update rust crate clap to v4.5.23 by @renovate in https://github.com/DeveloperC286/conventional_commits_next_version/pull/60
22+
* fix(deps): update rust crate semver to v1.0.24 by @renovate in https://github.com/DeveloperC286/conventional_commits_next_version/pull/79
23+
24+
25+
**Full Changelog**: https://github.com/DeveloperC286/conventional_commits_next_version/compare/v6.1.0...v7.0.0
26+
327
## 6.1.0 (2024-10-19)
428

529
## What's Changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "conventional_commits_next_version"
3-
version = "6.1.0"
3+
version = "7.0.0"
44
description = "A tooling and language agnostic utility to calculate the next semantic version based on the Conventional Commits since the prior version. Supports monorepos."
55
authors = ["C <DeveloperC@protonmail.com>"]
66
edition = "2021"

0 commit comments

Comments
 (0)