Skip to content

Commit

Permalink
Merge pull request #13 from ytkg/tagpr-from-v0.3.0
Browse files Browse the repository at this point in the history
Release for v0.4.0
  • Loading branch information
ytkg authored May 3, 2023
2 parents 61749e2 + 0d98149 commit 74b2273
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const VERSION = "0.3.0";
export const VERSION = "0.4.0";

0 comments on commit 74b2273

Please sign in to comment.