Skip to content

Commit 1863534

Browse files
chore: release 0.13.0 (#74)
1 parent fca16a0 commit 1863534

File tree

4 files changed

+55
-5
lines changed

4 files changed

+55
-5
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"0.12.4"}
1+
{".":"0.13.0"}

CHANGELOG.md

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
# Changelog
2+
3+
## 0.13.0 (2024-10-19)
4+
5+
## What's Changed
6+
* ci: removing GitLab CI/CD configuration by @DeveloperC286 in https://github.com/DeveloperC286/conventional_commits_linter/pull/18
7+
* docs: updating issues URL by @DeveloperC286 in https://github.com/DeveloperC286/conventional_commits_linter/pull/19
8+
* ci: adding GitHub Actions Workflows linting by @DeveloperC286 in https://github.com/DeveloperC286/conventional_commits_linter/pull/20
9+
* ci: adding GitLab mirroring GitHub Action by @DeveloperC286 in https://github.com/DeveloperC286/conventional_commits_linter/pull/21
10+
* ci: adding clean Git history workflow by @DeveloperC286 in https://github.com/DeveloperC286/conventional_commits_linter/pull/36
11+
* ci: adding Conventional Commits linting workflow by @DeveloperC286 in https://github.com/DeveloperC286/conventional_commits_linter/pull/37
12+
* ci: adding Continuous integration (CI) workflow by @DeveloperC286 in https://github.com/DeveloperC286/conventional_commits_linter/pull/38
13+
* docs: adding Continuous Integration(CI) badge by @DeveloperC286 in https://github.com/DeveloperC286/conventional_commits_linter/pull/39
14+
* docs: replacing GitLab Continuous Integration(CI) badge by @DeveloperC286 in https://github.com/DeveloperC286/conventional_commits_linter/pull/40
15+
* ci: moving GitHub Actions workflow formatting check by @DeveloperC286 in https://github.com/DeveloperC286/conventional_commits_linter/pull/41
16+
* docs: updating repository link to GitHub by @DeveloperC286 in https://github.com/DeveloperC286/conventional_commits_linter/pull/43
17+
* docs: changing URLs to GitHub by @DeveloperC286 in https://github.com/DeveloperC286/conventional_commits_linter/pull/44
18+
* chore: Configure Renovate by @renovate in https://github.com/DeveloperC286/conventional_commits_linter/pull/45
19+
* chore(deps): update actions/checkout action to v4 by @renovate in https://github.com/DeveloperC286/conventional_commits_linter/pull/49
20+
* ci: converting to earthly/actions-setup@v1 by @DeveloperC286 in https://github.com/DeveloperC286/conventional_commits_linter/pull/58
21+
* docs: removing Continuous Integration (CI) badge by @DeveloperC286 in https://github.com/DeveloperC286/conventional_commits_linter/pull/59
22+
* docs: library deprecation notice by @DeveloperC286 in https://github.com/DeveloperC286/conventional_commits_linter/pull/60
23+
* refactor: merging binary and library by @DeveloperC286 in https://github.com/DeveloperC286/conventional_commits_linter/pull/61
24+
* fix(deps): update rust crate log to v0.4.22 by @renovate in https://github.com/DeveloperC286/conventional_commits_linter/pull/47
25+
* fix(deps): update rust crate clap to v4.5.20 by @renovate in https://github.com/DeveloperC286/conventional_commits_linter/pull/56
26+
* fix(deps): update rust crate git2 to 0.19.0 by @renovate in https://github.com/DeveloperC286/conventional_commits_linter/pull/57
27+
* fix(deps): update rust crate lazy_static to v1.5.0 by @renovate in https://github.com/DeveloperC286/conventional_commits_linter/pull/63
28+
* fix(deps): update rust crate serde_json to v1.0.128 by @renovate in https://github.com/DeveloperC286/conventional_commits_linter/pull/51
29+
* fix(deps): update rust crate serde to v1.0.210 - autoclosed by @renovate in https://github.com/DeveloperC286/conventional_commits_linter/pull/50
30+
* fix(deps): update rust crate pretty_env_logger to 0.5.0 by @renovate in https://github.com/DeveloperC286/conventional_commits_linter/pull/64
31+
* fix(deps): update rust crate regex to v1.11.0 by @renovate in https://github.com/DeveloperC286/conventional_commits_linter/pull/65
32+
* fix(deps): update strum monorepo to 0.26.0 - autoclosed by @renovate in https://github.com/DeveloperC286/conventional_commits_linter/pull/66
33+
* chore(deps): update rust crate rstest to 0.23.0 by @renovate in https://github.com/DeveloperC286/conventional_commits_linter/pull/54
34+
* chore(deps): update rust crate insta to v1.40.0 by @renovate in https://github.com/DeveloperC286/conventional_commits_linter/pull/53
35+
* build: removing metadata from unit-test target by @DeveloperC286 in https://github.com/DeveloperC286/conventional_commits_linter/pull/67
36+
* feat: converting error handing to anyhow by @DeveloperC286 in https://github.com/DeveloperC286/conventional_commits_linter/pull/68
37+
* chore(deps): update dependency parse to v1.20.2 by @renovate in https://github.com/DeveloperC286/conventional_commits_linter/pull/52
38+
* chore(deps): update dependency parse-type to v0.6.4 by @renovate in https://github.com/DeveloperC286/conventional_commits_linter/pull/46
39+
* refactor: fixing end to end test error message by @DeveloperC286 in https://github.com/DeveloperC286/conventional_commits_linter/pull/70
40+
* ci: adding release-please by @DeveloperC286 in https://github.com/DeveloperC286/conventional_commits_linter/pull/72
41+
* ci: adding release binary publishing by @DeveloperC286 in https://github.com/DeveloperC286/conventional_commits_linter/pull/73
42+
* ci: adding publishing to crates.io by @DeveloperC286 in https://github.com/DeveloperC286/conventional_commits_linter/pull/75
43+
* fix(deps): update rust crate anyhow to v1.0.90 by @renovate in https://github.com/DeveloperC286/conventional_commits_linter/pull/71
44+
* fix(deps): update rust crate serde_json to v1.0.131 by @renovate in https://github.com/DeveloperC286/conventional_commits_linter/pull/69
45+
46+
## New Contributors
47+
* @DeveloperC286 made their first contribution in https://github.com/DeveloperC286/conventional_commits_linter/pull/18
48+
* @renovate made their first contribution in https://github.com/DeveloperC286/conventional_commits_linter/pull/45
49+
50+
**Full Changelog**: https://github.com/DeveloperC286/conventional_commits_linter/compare/v0.12.4...v0.13.0

Cargo.lock

Lines changed: 3 additions & 3 deletions
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.12.4"
3+
version = "0.13.0"
44
description = "A tooling and language agnostic utility to lint Git commits against the Conventional Commits specification."
55
authors = ["C <DeveloperC@protonmail.com>"]
66
edition = "2021"

0 commit comments

Comments
 (0)