File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
33## [ Unreleased]
4+ ### Changed
5+ - Update dependencies.
6+ - Change word order of comment about prompt setting.
47
58## [ 1.2.1] - 2023-06-17
69
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ pluginGroup = com.github.blarc
33pluginName = AICommits
44pluginRepositoryUrl = https://github.com/Blarc/ai-commits-intellij-plugin
55# SemVer format -> https://semver.org
6- pluginVersion = 1.2.1
6+ pluginVersion = 1.3.0
77
88# https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
99pluginSinceBuild = 231
@@ -32,4 +32,4 @@ kotlin.stdlib.default.dependency = false
3232org.gradle.unsafe.configuration-cache = true
3333
3434# Prevent OOM: https://plugins.jetbrains.com/docs/intellij/using-kotlin.html#incremental-compilation
35- kotlin.incremental.useClasspathSnapshot =false
35+ kotlin.incremental.useClasspathSnapshot =false
You can’t perform that action at this time.
0 commit comments