Skip to content

Commit

Permalink
Bump version to 0.28.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalif committed Sep 21, 2021
1 parent 1a9cf76 commit 051b99f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
geesefs (0.28.1) stable; urgency=medium

* Fix a bug where (ls subdir; ls; ls subdir) could lead to empty listing of the subdir

-- Vitaliy Filippov <vitaliff@yandex-team.ru> Tue, 21 Sep 2021 16:43:31 +0300

geesefs (0.28.0) stable; urgency=medium

* GeeseFS is now stable enough to pass most applicable tests from xfstests
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.28.0"
const GEESEFS_VERSION = "0.28.1"

var flagCategories map[string]string

Expand Down

0 comments on commit 051b99f

Please sign in to comment.