Skip to content

Commit ba597a3

Browse files
chore: release 0.14.1 (#98)
1 parent 3372c3b commit ba597a3

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"0.14.0"}
1+
{".":"0.14.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+
## 0.14.1 (2024-12-01)
4+
5+
## What's Changed
6+
* ci: release-publish depends on cargo/rustc by @DeveloperC286 in https://github.com/DeveloperC286/conventional_commits_linter/pull/97
7+
8+
9+
**Full Changelog**: https://github.com/DeveloperC286/conventional_commits_linter/compare/v0.14.0...v0.14.1
10+
311
## 0.14.0 (2024-12-01)
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_linter"
3-
version = "0.14.0"
3+
version = "0.14.1"
44
description = "A tooling and language agnostic utility to lint Git commits against the Conventional Commits specification."
55
authors = ["C <[email protected]>"]
66
edition = "2021"

0 commit comments

Comments
 (0)