Skip to content

Commit bc621c1

Browse files
committed
Bump version to 0.25.0
1 parent 9706a85 commit bc621c1

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

debian/changelog

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
geesefs (0.25.0) stable; urgency=medium
2+
3+
* Improve linear read and write
4+
* Set default memory limit to 1000 MB
5+
* Fix some bugs
6+
7+
-- Vitaliy Filippov <[email protected]> Tue, 17 Aug 2021 15:34:46 +0300
8+
19
geesefs (0.24.3) stable; urgency=medium
210

311
* Silently ignore forbidden xattr operations

internal/flags.go

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

32-
const GEESEFS_VERSION = "0.24.3"
32+
const GEESEFS_VERSION = "0.25.0"
3333

3434
var flagCategories map[string]string
3535

0 commit comments

Comments
 (0)