From 215e116a8c513485f0df80b78fc44a505db79970 Mon Sep 17 00:00:00 2001 From: OpenSource Nepal Bot <169529556+opensource-nepal-bot@users.noreply.github.com> Date: Mon, 20 May 2024 20:55:57 +0545 Subject: [PATCH] chore: release v0.3.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 11 +++++++++++ src/commitlint/__version__.py | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 57e0617..1c861e1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.2.1"} +{".":"0.3.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 01ad5ee..d0c9571 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # CHANGELOG +## [0.3.0](https://github.com/opensource-nepal/commitlint/compare/v0.2.1...v0.3.0) (2024-05-20) + + +### Features + +* Add fail_on_error github action parameter ([00bf73f](https://github.com/opensource-nepal/commitlint/commit/00bf73fef7120ceb335dc9ef84a4390a2d1ccb59)) +* added error annotation on github actions ([830de67](https://github.com/opensource-nepal/commitlint/commit/830de67d92356085663cd23e5e79c1522b23901e)) +* **cli:** added the quiet option in cli ([b1778c8](https://github.com/opensource-nepal/commitlint/commit/b1778c8dead03eaba7625c67f741e185be19ea49)) +* enhanced error message ([9a8c081](https://github.com/opensource-nepal/commitlint/commit/9a8c08173abd3086d14fe4142736d9bfb93ef08f)) +* show version info [#13](https://github.com/opensource-nepal/commitlint/issues/13) ([0a5f9c1](https://github.com/opensource-nepal/commitlint/commit/0a5f9c1e29b8a7beaf4a9a5ce1991935f84e9c7d)) + ## 0.2.1 - Update Github actions name. diff --git a/src/commitlint/__version__.py b/src/commitlint/__version__.py index b23aa3e..3b10062 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__ = "0.2.1" # x-release-please-version +__version__ = "0.3.0" # x-release-please-version