Skip to content

Commit 7697e80

Browse files
committed
v0.13.2
1 parent 577ff4a commit 7697e80

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,14 @@ See https://github.com/bozaro/git-lfs-java/blob/master/gitlfs-server/src/test/ja
5656

5757
Version 0.14.0 (Unreleased)
5858

59+
Version 0.13.2
60+
61+
* Fix ISO 8601 date formatting again
62+
5963
Version 0.13.1
6064

6165
* LFS locking API fixes
66+
* Drop dependency on Guava
6267

6368
Version 0.13.0
6469

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ plugins {
2121

2222
allprojects {
2323
group = "ru.bozaro.gitlfs"
24-
version = "0.14.0-SNAPSHOT"
24+
version = "0.13.2"
2525

2626
apply<IdeaPlugin>()
2727
apply<VersionsPlugin>()

0 commit comments

Comments
 (0)