|
1 | 1 | # Changelog |
2 | 2 |
|
| 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 | + |
3 | 27 | ## 6.1.0 (2024-10-19) |
4 | 28 |
|
5 | 29 | ## What's Changed |
|
0 commit comments