From 02e7ff4f7f1e4b1f8e2955b114bfa9271f1c7c97 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2024 10:10:08 +0545 Subject: [PATCH] chore: release v1.3.0 (#62) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ src/commitlint/__version__.py | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 49a1c07..c17c08f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"1.2.0"} +{".":"1.3.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 134b9c1..8820a97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # CHANGELOG +## [1.3.0](https://github.com/opensource-nepal/commitlint/compare/v1.2.0...v1.3.0) (2024-08-30) + + +### Features + +* enhanced actions logging with clear annotations ([#61](https://github.com/opensource-nepal/commitlint/issues/61)) ([7f72e91](https://github.com/opensource-nepal/commitlint/commit/7f72e9108526ef0f05afcb1627d1239ed41324c6)) + + +### Bug Fixes + +* fix major version tag fetch on pre-commit autoupdate ([#65](https://github.com/opensource-nepal/commitlint/issues/65)) ([dffb36b](https://github.com/opensource-nepal/commitlint/commit/dffb36bf7774910ae14417f57b22a12ff0cb323b)) + ## [1.2.0](https://github.com/opensource-nepal/commitlint/compare/v1.1.0...v1.2.0) (2024-07-24) diff --git a/src/commitlint/__version__.py b/src/commitlint/__version__.py index 2e637bd..a0328e1 100644 --- a/src/commitlint/__version__.py +++ b/src/commitlint/__version__.py @@ -3,4 +3,4 @@ NOTE: The version is auto-updated by release-please action. """ -__version__ = "1.2.0" # x-release-please-version +__version__ = "1.3.0" # x-release-please-version