From 99434beb65b46d854c09bb6e35be34f940f824ea Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 19:42:45 +0545 Subject: [PATCH] chore: release v1.2.0 (#58) 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 8d6e472..49a1c07 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"1.1.0"} +{".":"1.2.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index d4a0a3f..134b9c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # CHANGELOG +## [1.2.0](https://github.com/opensource-nepal/commitlint/compare/v1.1.0...v1.2.0) (2024-07-24) + + +### Features + +* allow bump commits ([#55](https://github.com/opensource-nepal/commitlint/issues/55)) ([bb8a3b7](https://github.com/opensource-nepal/commitlint/commit/bb8a3b74134f42a48acec18ab87e6a0293c07e84)) + + +### Bug Fixes + +* handle commit message starting with # ([#59](https://github.com/opensource-nepal/commitlint/issues/59)) ([ea7683f](https://github.com/opensource-nepal/commitlint/commit/ea7683f2cf265090fda7ddfadfc9853caa05e546)) + ## [1.1.0](https://github.com/opensource-nepal/commitlint/compare/v1.0.0...v1.1.0) (2024-07-02) diff --git a/src/commitlint/__version__.py b/src/commitlint/__version__.py index b0cd0f4..2e637bd 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.1.0" # x-release-please-version +__version__ = "1.2.0" # x-release-please-version