Skip to content

Commit

Permalink
chore: release 0.14.4
Browse files Browse the repository at this point in the history
  • Loading branch information
DeveloperC286 committed Dec 12, 2024
1 parent 16cb5e2 commit 248c90e
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"0.14.3"}
{".":"0.14.4"}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 0.14.4 (2024-12-12)

## What's Changed
* chore(deps): update dependency developerc286/conventional_commits_linter to v0.14.3 by @renovate in https://github.com/DeveloperC286/conventional_commits_linter/pull/112
* build: correcting Cargo configuration target by @DeveloperC286 in https://github.com/DeveloperC286/conventional_commits_linter/pull/114
* build: improved continuous delivery target naming by @DeveloperC286 in https://github.com/DeveloperC286/conventional_commits_linter/pull/115
* refactor: formatting end to end test features by @DeveloperC286 in https://github.com/DeveloperC286/conventional_commits_linter/pull/116


**Full Changelog**: https://github.com/DeveloperC286/conventional_commits_linter/compare/v0.14.3...v0.14.4

## 0.14.3 (2024-12-11)

## What's Changed
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "conventional_commits_linter"
version = "0.14.3"
version = "0.14.4"
description = "A tooling and language agnostic utility to lint Git commits against the Conventional Commits specification."
authors = ["C <[email protected]>"]
edition = "2021"
Expand Down

0 comments on commit 248c90e

Please sign in to comment.