Skip to content

Commit 64a1bb9

Browse files
committed
fix: reverse order in eachUrlPart
1 parent 31d066e commit 64a1bb9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ plugins {
66

77
dependencies {
88
implementation gradleApi()
9-
implementation 'se.bjurr.gitchangelog:git-changelog-lib:2.5.0'
9+
implementation 'se.bjurr.gitchangelog:git-changelog-lib:2.5.1'
1010
}

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
#Sat Jan 18 08:12:06 CET 2025
2+
#Sun Jan 26 11:21:36 CET 2025
33
description=Automate changelog and versioning with conventional commits and Git.
44
group=se.bjurr.gitchangelog
55
implementationClass=se.bjurr.gitchangelog.plugin.gradle.GitChangelogGradlePlugin
@@ -8,4 +8,4 @@ sourceCompatibility=17
88
stripGradlePluginSuffix=false
99
tags=git,changelog,releasenotes,patchnotes,conventional commits,semantic version,semantic release
1010
targetCompatibility=17
11-
version=3.0.3
11+
version=3.0.4

0 commit comments

Comments
 (0)