Skip to content

Commit 5e8bc5f

Browse files
committed
feat: Bump version to 0.3.0.
1 parent c4f9b5e commit 5e8bc5f

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+
- Show notification when diff is empty.
6+
7+
### Fixed
8+
- Use `--cached` flag for computing git diff.
49

510
## [0.2.0] - 2023-03-27
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.2.0
6+
pluginVersion = 0.3.0
77

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

0 commit comments

Comments
 (0)