Skip to content

Commit b7e75d1

Browse files
committed
feat: Bump version to 0.8.0.
1 parent 0179c2e commit b7e75d1

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Changelog
22

33
## [Unreleased]
4+
### Added
5+
- Add option to select OpenAI model.
6+
7+
### Changed
8+
- Do not check if prompt is too large, but let OpenAI API do the validation.
49

510
## [0.7.0] - 2023-04-12
611

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pluginGroup = com.github.blarc
33
pluginName = AICommits
44
pluginRepositoryUrl = https://github.com/Blarc/ai-commits-intellij-plugin
55
# SemVer format -> https://semver.org
6-
pluginVersion = 0.7.0
6+
pluginVersion = 0.8.0
77

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

0 commit comments

Comments
 (0)