Skip to content

Commit f66fc8c

Browse files
chore: release 0.14.0 (#77)
1 parent f2c05fb commit f66fc8c

File tree

4 files changed

+23
-3
lines changed

4 files changed

+23
-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.13.0"}
1+
{".":"0.14.0"}

CHANGELOG.md

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

3+
## 0.14.0 (2024-12-01)
4+
5+
## What's Changed
6+
* fix(deps): update rust crate serde_json to v1.0.132 by @renovate in https://github.com/DeveloperC286/conventional_commits_linter/pull/76
7+
* fix: handling JSON output error by @DeveloperC286 in https://github.com/DeveloperC286/conventional_commits_linter/pull/78
8+
* chore(deps): update rust crate rstest_reuse to 0.7.0 by @renovate in https://github.com/DeveloperC286/conventional_commits_linter/pull/55
9+
* docs: improved output CLI argument documentation by @DeveloperC286 in https://github.com/DeveloperC286/conventional_commits_linter/pull/79
10+
* refactor!: simplifying --git-history-mode naming/description by @DeveloperC286 in https://github.com/DeveloperC286/conventional_commits_linter/pull/80
11+
* fix(deps): update rust crate anyhow to v1.0.93 by @renovate in https://github.com/DeveloperC286/conventional_commits_linter/pull/82
12+
* fix(deps): update rust crate serde to v1.0.215 by @renovate in https://github.com/DeveloperC286/conventional_commits_linter/pull/81
13+
* fix(deps): update rust crate regex to v1.11.1 by @renovate in https://github.com/DeveloperC286/conventional_commits_linter/pull/83
14+
* chore(deps): update rust crate insta to v1.41.1 by @renovate in https://github.com/DeveloperC286/conventional_commits_linter/pull/84
15+
* ci: Alpine migration for pinning/updating all dependencies by @DeveloperC286 in https://github.com/DeveloperC286/conventional_commits_linter/pull/87
16+
* ci: adding Renovate GitHub Workflow Earthly updating by @DeveloperC286 in https://github.com/DeveloperC286/conventional_commits_linter/pull/93
17+
* feat: accepting 'chore' as Angular commit type by @DeveloperC286 in https://github.com/DeveloperC286/conventional_commits_linter/pull/95
18+
* chore: release 0.14.0 by @DeveloperC286 in https://github.com/DeveloperC286/conventional_commits_linter/pull/96
19+
20+
21+
**Full Changelog**: https://github.com/DeveloperC286/conventional_commits_linter/compare/v0.13.0...v0.14.0
22+
323
## 0.13.0 (2024-10-19)
424

525
## 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.13.0"
3+
version = "0.14.0"
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)