Skip to content

Commit 3c29f5d

Browse files
committed
Release 0.38.1
1 parent 9a1b79c commit 3c29f5d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
geesefs (0.38.1) unstable; urgency=medium
2+
3+
* Small fix to the new "intelligent list cutting"
4+
5+
-- Vitaliy Filippov <[email protected]> Tue, 26 Sep 2023 21:05:55 +0300
6+
17
geesefs (0.38.0) unstable; urgency=medium
28

39
* Implement intelligent list cutting to not fully load long directories with

internal/cfg/flags.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ import (
3030
"github.com/urfave/cli"
3131
)
3232

33-
const GEESEFS_VERSION = "0.38.0"
33+
const GEESEFS_VERSION = "0.38.1"
3434

3535
var flagCategories map[string]string
3636

0 commit comments

Comments
 (0)