Skip to content

Commit eeb58f5

Browse files
committed
chore: release 7.1.1
1 parent 19f120e commit eeb58f5

File tree

5 files changed

+14
-6
lines changed

5 files changed

+14
-6
lines changed

.release-please-manifest.json

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

CHANGELOG.md

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

3+
## 7.1.1 (2026-01-05)
4+
5+
## What's Changed
6+
* chore(deps): update nix flake lock by @renovate[bot] in https://github.com/DeveloperC286/conventional_commits_next_version/pull/357
7+
8+
9+
**Full Changelog**: https://github.com/DeveloperC286/conventional_commits_next_version/compare/v7.1.0...v7.1.1
10+
311
## 7.1.0 (2026-01-03)
412

513
## 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 = "7.1.0"
3+
version = "7.1.1"
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"

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ conventional-commits-next-version-checking:
132132
run: echo "tag=$(git describe --tags --abbrev=0)" >> $GITHUB_OUTPUT
133133
- name: Check current vs expected.
134134
run: |
135-
version="v7.1.0" && wget -O - "https://github.com/DeveloperC286/conventional_commits_next_version/releases/download/${version}/x86_64-unknown-linux-gnu.tar.gz" | tar xz --directory "/usr/bin/"
135+
version="v7.1.1" && wget -O - "https://github.com/DeveloperC286/conventional_commits_next_version/releases/download/${version}/x86_64-unknown-linux-gnu.tar.gz" | tar xz --directory "/usr/bin/"
136136
conventional_commits_next_version --calculation-mode "Batch" --current-version "${{ steps.current_version.outputs.version }}" --from-version "${{ steps.latest_tag.outputs.tag }}" "${{ steps.latest_tag.outputs.tag }}"
137137
```
138138
<!-- x-release-please-end -->
@@ -167,7 +167,7 @@ If you do not trust the provided binaries another option is to compile your own
167167
168168
<!-- x-release-please-start-version -->
169169
```sh
170-
version="v7.1.0" && wget -O - "https://github.com/DeveloperC286/conventional_commits_next_version/releases/download/${version}/x86_64-unknown-linux-musl.tar.gz" | tar xz --directory "/usr/bin/"
170+
version="v7.1.1" && wget -O - "https://github.com/DeveloperC286/conventional_commits_next_version/releases/download/${version}/x86_64-unknown-linux-musl.tar.gz" | tar xz --directory "/usr/bin/"
171171
```
172172
<!-- x-release-please-end -->
173173

@@ -186,7 +186,7 @@ E.g.
186186

187187
<!-- x-release-please-start-version -->
188188
```sh
189-
cargo install conventional_commits_next_version --version 7.1.0
189+
cargo install conventional_commits_next_version --version 7.1.1
190190
```
191191
<!-- x-release-please-end -->
192192

0 commit comments

Comments
 (0)