From a2fa92b8b421f9ba0d7f30130bf42125d8e52153 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 3 May 2023 19:59:46 +0000 Subject: [PATCH 1/2] [tagpr] prepare for the next release --- version.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.ts b/version.ts index 387b59e..fab1818 100644 --- a/version.ts +++ b/version.ts @@ -1 +1 @@ -export const VERSION = "0.3.0"; +export const VERSION = "0.4.0"; From 0d98149bceea1c011d6d0fe88f3c27e5dbf6c982 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 3 May 2023 19:59:47 +0000 Subject: [PATCH 2/2] [tagpr] update CHANGELOG.md --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index abf15f5..06d6d33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [v0.4.0](https://github.com/ytkg/commit-genius/compare/v0.3.0...v0.4.0) - 2023-05-03 +- Exit with error code if no diff text is retrieved by @ytkg in https://github.com/ytkg/commit-genius/pull/11 +- Add MainCommand class to handle cg command logic by @ytkg in https://github.com/ytkg/commit-genius/pull/12 +- Add a job to run tests in the CI workflow by @ytkg in https://github.com/ytkg/commit-genius/pull/14 +- Add support for selecting model type by @swfz in https://github.com/ytkg/commit-genius/pull/16 +- Add upgrade command by @ytkg in https://github.com/ytkg/commit-genius/pull/17 + ## [v0.3.0](https://github.com/ytkg/commit-genius/compare/v0.2.0...v0.3.0) - 2023-05-02 - Add CI workflow by @ytkg in https://github.com/ytkg/commit-genius/pull/8 - Add support for OPENAI_API_KEY environment variable by @swfz in https://github.com/ytkg/commit-genius/pull/10