From 18a0959142a8cfc0f88508753d65dc01914f2b80 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 3 Jun 2023 05:41:31 +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 de04e98..4cae557 100644 --- a/version.ts +++ b/version.ts @@ -1 +1 @@ -export const VERSION = "0.4.1"; +export const VERSION = "0.5.0"; From 4bdaa1db967418e25af7bb0fd7eefc3febbfce51 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 3 Jun 2023 05:41:31 +0000 Subject: [PATCH 2/2] [tagpr] update CHANGELOG.md --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd5ed64..5004dde 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## [v0.5.0](https://github.com/ytkg/commit-genius/compare/v0.4.1...v0.5.0) - 2023-06-03 +- Include upgrade and uninstall options in installation instructions by @ytkg in https://github.com/ytkg/commit-genius/pull/20 +- Add config command by @ytkg in https://github.com/ytkg/commit-genius/pull/22 +- Add model option to config by @ytkg in https://github.com/ytkg/commit-genius/pull/23 + ## [v0.4.1](https://github.com/ytkg/commit-genius/compare/v0.4.0...v0.4.1) - 2023-05-04 - Implement error handling for OpenAI Chat completions by @ytkg in https://github.com/ytkg/commit-genius/pull/18