Skip to content

Commit

Permalink
Bump version to 0.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalif committed Aug 17, 2021
1 parent 9706a85 commit bc621c1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
geesefs (0.25.0) stable; urgency=medium

* Improve linear read and write
* Set default memory limit to 1000 MB
* Fix some bugs

-- Vitaliy Filippov <[email protected]> Tue, 17 Aug 2021 15:34:46 +0300

geesefs (0.24.3) stable; urgency=medium

* Silently ignore forbidden xattr operations
Expand Down
2 changes: 1 addition & 1 deletion internal/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import (
"github.com/urfave/cli"
)

const GEESEFS_VERSION = "0.24.3"
const GEESEFS_VERSION = "0.25.0"

var flagCategories map[string]string

Expand Down

0 comments on commit bc621c1

Please sign in to comment.