Skip to content

Commit 8dfc8e8

Browse files
chore: release 0.14.3 (#108)
1 parent 81c1542 commit 8dfc8e8

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-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.2"}
1+
{".":"0.14.3"}

CHANGELOG.md

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

3+
## 0.14.3 (2024-12-11)
4+
5+
## What's Changed
6+
* chore(deps): update dependency developerc286/conventional_commits_linter to v0.14.2 by @renovate in https://github.com/DeveloperC286/conventional_commits_linter/pull/99
7+
* build: converting to Rust's Alpine image by @DeveloperC286 in https://github.com/DeveloperC286/conventional_commits_linter/pull/110
8+
* chore(deps): update rust docker tag to v1.83.0 by @renovate in https://github.com/DeveloperC286/conventional_commits_linter/pull/111
9+
10+
11+
**Full Changelog**: https://github.com/DeveloperC286/conventional_commits_linter/compare/v0.14.2...v0.14.3
12+
313
## 0.14.2 (2024-12-11)
414

515
## 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.2"
3+
version = "0.14.3"
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)