You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,25 @@
1
1
# Changelog
2
2
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
0 commit comments