Skip to content

Commit

Permalink
Release 0.38.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalif committed Sep 27, 2023
1 parent e419f7e commit fd476fd
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.38.2) unstable; urgency=medium

* Fix listings and make them faster again by removing O(N^2)

-- Vitaliy Filippov <[email protected]> Wed, 27 Sep 2023 14:13:32 +0300

geesefs (0.38.1) unstable; urgency=medium

* Small fix to the new "intelligent list cutting"
Expand Down
2 changes: 1 addition & 1 deletion internal/cfg/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import (
"github.com/urfave/cli"
)

const GEESEFS_VERSION = "0.38.1"
const GEESEFS_VERSION = "0.38.2"

var flagCategories map[string]string

Expand Down

0 comments on commit fd476fd

Please sign in to comment.