We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 880f8ce commit f4ade63Copy full SHA for f4ade63
build.gradle
@@ -9,7 +9,7 @@ shadowJar {
9
}
10
11
dependencies {
12
- implementation 'se.bjurr.gitchangelog:git-changelog-lib:2.4.0'
+ implementation 'se.bjurr.gitchangelog:git-changelog-lib:2.4.1'
13
implementation 'se.softhouse:jargo:0.4.14'
14
implementation 'org.slf4j:slf4j-simple:2.0.16'
15
implementation 'com.google.code.gson:gson:2.11.0'
gradle.properties
@@ -1,8 +1,8 @@
1
#
2
-#Wed Oct 16 21:35:47 CEST 2024
+#Wed Oct 16 22:27:38 CEST 2024
3
description="Command line tool that generates changelog from a GIT repository."
4
group=se.bjurr.gitchangelog
5
mainClass=se.bjurr.gitchangelog.main.Main
6
relocate=org\:org,com\:com
7
repoType=COMMAND
8
-version=2.5.0
+version=2.5.1
0 commit comments