Skip to content

Commit

Permalink
[version] Bump ratarmount version to 0.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mxmlnkn committed Sep 1, 2024
1 parent ff21ac3 commit 85b0425
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@

# Version 0.15.2 built on 2024-09-01

- Setting either the owner or group for a file with `--write-overlay` would reset the group or user respectively.
- Setting owner or group to 0 (root) with `--write-overlay` was not working.
- (ratarmountcore 0.7.2) Fix error when combining `--recursive` or `--recursion-depth` with `--write-overlay`.

# Version 0.15.1 built on 2024-06-02

- Show install suggestions when FUSE is missing.
Expand Down
2 changes: 1 addition & 1 deletion ratarmount.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
)


__version__ = '0.15.1'
__version__ = '0.15.2'


def hasNonEmptySupport() -> bool:
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = ratarmount
version = 0.15.1
version = 0.15.2

description = Random Access Read-Only Tar Mount
url = https://github.com/mxmlnkn/ratarmount
Expand Down

0 comments on commit 85b0425

Please sign in to comment.