Skip to content

Commit

Permalink
feat: Bump version to 0.8.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Blarc committed Apr 14, 2023
1 parent 0179c2e commit b7e75d1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Changelog

## [Unreleased]
### Added
- Add option to select OpenAI model.

### Changed
- Do not check if prompt is too large, but let OpenAI API do the validation.

## [0.7.0] - 2023-04-12

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pluginGroup = com.github.blarc
pluginName = AICommits
pluginRepositoryUrl = https://github.com/Blarc/ai-commits-intellij-plugin
# SemVer format -> https://semver.org
pluginVersion = 0.7.0
pluginVersion = 0.8.0

# https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
pluginSinceBuild = 231
Expand Down

0 comments on commit b7e75d1

Please sign in to comment.