From 3f5636483968c83a877bf576e3af9b765ede64da Mon Sep 17 00:00:00 2001 From: DeveloperC Date: Tue, 17 Dec 2024 19:37:14 +0000 Subject: [PATCH] chore: release 1.0.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 17 +++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 4 files changed, 20 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1af1b01..11fea0f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.14.3"} +{".":"1.0.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 0cadd7d..a91f32e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## 1.0.0 (2024-12-17) + +## 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 +* chore(deps): update dependency google/yamlfmt to v0.14.0 by @renovate in https://github.com/DeveloperC286/conventional_commits_linter/pull/89 +* chore(deps): update dependency mvdan/sh to v3.10.0 by @renovate in https://github.com/DeveloperC286/conventional_commits_linter/pull/90 +* chore(deps): update dependency rhysd/actionlint to v1.7.4 by @renovate in https://github.com/DeveloperC286/conventional_commits_linter/pull/91 +* chore(deps): update golang docker tag to v1.23.4 by @renovate in https://github.com/DeveloperC286/conventional_commits_linter/pull/92 +* chore(deps): update dependency six to v1.17.0 by @renovate in https://github.com/DeveloperC286/conventional_commits_linter/pull/105 +* feat!: from changed to singular positional argument by @DeveloperC286 in https://github.com/DeveloperC286/conventional_commits_linter/pull/117 + + +**Full Changelog**: https://github.com/DeveloperC286/conventional_commits_linter/compare/v0.14.3...v1.0.0 + ## 0.14.3 (2024-12-11) ## What's Changed diff --git a/Cargo.lock b/Cargo.lock index 8b019ba..4075ede 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -163,7 +163,7 @@ dependencies = [ [[package]] name = "conventional_commits_linter" -version = "0.14.3" +version = "1.0.0" dependencies = [ "ansi_term", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 9b3cab6..0dcc633 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "conventional_commits_linter" -version = "0.14.3" +version = "1.0.0" description = "A tooling and language agnostic utility to lint Git commits against the Conventional Commits specification." authors = ["C "] edition = "2021"