Skip to content

Commit 12413ab

Browse files
chore: release 6.1.0 (#51)
1 parent 32dd91a commit 12413ab

File tree

4 files changed

+48
-3
lines changed

4 files changed

+48
-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.0.1"}
1+
{".":"6.1.0"}

CHANGELOG.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
# Changelog
2+
3+
## 6.1.0 (2024-10-19)
4+
5+
## What's Changed
6+
* ci: removing GitLab CI/CD configuration by @DeveloperC286 in https://github.com/DeveloperC286/conventional_commits_next_version/pull/8
7+
* ci: adding GitLab mirroring GitHub Action by @DeveloperC286 in https://github.com/DeveloperC286/conventional_commits_next_version/pull/13
8+
* docs: updating issues URL by @DeveloperC286 in https://github.com/DeveloperC286/conventional_commits_next_version/pull/14
9+
* ci: adding GitHub Actions Workflows linting by @DeveloperC286 in https://github.com/DeveloperC286/conventional_commits_next_version/pull/15
10+
* ci: adding clean Git history workflow by @DeveloperC286 in https://github.com/DeveloperC286/conventional_commits_next_version/pull/21
11+
* ci: adding Conventional Commits linting workflow by @DeveloperC286 in https://github.com/DeveloperC286/conventional_commits_next_version/pull/22
12+
* ci: adding Continuous integration (CI) workflow by @DeveloperC286 in https://github.com/DeveloperC286/conventional_commits_next_version/pull/23
13+
* docs: adding Continuous Integration(CI) badge by @DeveloperC286 in https://github.com/DeveloperC286/conventional_commits_next_version/pull/24
14+
* docs: replacing GitLab Continuous Integration(CI) badge by @DeveloperC286 in https://github.com/DeveloperC286/conventional_commits_next_version/pull/25
15+
* ci: moving GitHub Actions workflow formatting check by @DeveloperC286 in https://github.com/DeveloperC286/conventional_commits_next_version/pull/26
16+
* docs: updating repository link to GitHub by @DeveloperC286 in https://github.com/DeveloperC286/conventional_commits_next_version/pull/27
17+
* docs: changing URLs to GitHub by @DeveloperC286 in https://github.com/DeveloperC286/conventional_commits_next_version/pull/28
18+
* chore: Configure Renovate by @renovate in https://github.com/DeveloperC286/conventional_commits_next_version/pull/29
19+
* chore(deps): update actions/checkout action to v4 by @renovate in https://github.com/DeveloperC286/conventional_commits_next_version/pull/33
20+
* ci: converting to earthly/actions-setup@v1 by @DeveloperC286 in https://github.com/DeveloperC286/conventional_commits_next_version/pull/42
21+
* Removing ci badge by @DeveloperC286 in https://github.com/DeveloperC286/conventional_commits_next_version/pull/43
22+
* docs: library deprecation notice by @DeveloperC286 in https://github.com/DeveloperC286/conventional_commits_next_version/pull/45
23+
* refactor: merging binary and library by @DeveloperC286 in https://github.com/DeveloperC286/conventional_commits_next_version/pull/44
24+
* fix(deps): update rust crate git2 to 0.19.0 by @renovate in https://github.com/DeveloperC286/conventional_commits_next_version/pull/38
25+
* 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
26+
* fix(deps): update rust crate regex to v1.11.0 by @renovate in https://github.com/DeveloperC286/conventional_commits_next_version/pull/40
27+
* fix(deps): update strum monorepo to 0.26.0 by @renovate in https://github.com/DeveloperC286/conventional_commits_next_version/pull/41
28+
* fix(deps): update rust crate log to v0.4.22 by @renovate in https://github.com/DeveloperC286/conventional_commits_next_version/pull/31
29+
* fix(deps): update rust crate semver to v1.0.23 by @renovate in https://github.com/DeveloperC286/conventional_commits_next_version/pull/34
30+
* chore(deps): update rust crate rstest to 0.23.0 by @renovate in https://github.com/DeveloperC286/conventional_commits_next_version/pull/36
31+
* chore(deps): update dependency parse-type to v0.6.4 - autoclosed by @renovate in https://github.com/DeveloperC286/conventional_commits_next_version/pull/30
32+
* chore(deps): update dependency parse to v1.20.2 by @renovate in https://github.com/DeveloperC286/conventional_commits_next_version/pull/35
33+
* build: removing metadata from unit-test target by @DeveloperC286 in https://github.com/DeveloperC286/conventional_commits_next_version/pull/46
34+
* feat: converting error handing to anyhow by @DeveloperC286 in https://github.com/DeveloperC286/conventional_commits_next_version/pull/47
35+
* refactor: fixing end to end test error message by @DeveloperC286 in https://github.com/DeveloperC286/conventional_commits_next_version/pull/48
36+
* fix(deps): update rust crate anyhow to v1.0.90 by @renovate in https://github.com/DeveloperC286/conventional_commits_next_version/pull/49
37+
* ci: adding release-please by @DeveloperC286 in https://github.com/DeveloperC286/conventional_commits_next_version/pull/50
38+
* ci: adding release binary publishing by @DeveloperC286 in https://github.com/DeveloperC286/conventional_commits_next_version/pull/52
39+
* ci: adding publishing to crates.io by @DeveloperC286 in https://github.com/DeveloperC286/conventional_commits_next_version/pull/53
40+
41+
## New Contributors
42+
* @DeveloperC286 made their first contribution in https://github.com/DeveloperC286/conventional_commits_next_version/pull/8
43+
* @renovate made their first contribution in https://github.com/DeveloperC286/conventional_commits_next_version/pull/29
44+
45+
**Full Changelog**: https://github.com/DeveloperC286/conventional_commits_next_version/compare/v6.0.1...v6.1.0

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.0.1"
3+
version = "6.1.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)