Skip to content

Commit 7b5124c

Browse files
committed
[version] Bump ratarmountcore version to 0.10.4 and ratarmount to 1.2.3
1 parent 9c36dad commit 7b5124c

4 files changed

Lines changed: 21 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# Version 1.2.3 built on 2026-04-19
2+
3+
## Fixes
4+
5+
- Avoid double quotes for strings in SQLite statements
6+
- Make `--version` work without `mfusepy`.
7+
- Make argument completion work with the AppImage when `python-argcomplete` is installed and global
8+
completion mode is enabled (`activate-global-python-argcomplete`).
9+
10+
111
# Version 1.2.2 built on 2026-03-13
212

313
## Fixes

core/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# Version 0.10.4 built on 2026-04-19
2+
3+
## Fixes
4+
5+
- Avoid double quotes for strings in SQLite statements.
6+
- Remove unmaintained python-lzo from `full` requirements because of `lzo1.h` dependency.
7+
- Two files with the same xattr key did not work. Only the xattr of the last file was shown.
8+
9+
110
# Version 0.10.3 built on 2026-03-13
211

312
## Fixes

core/ratarmountcore/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.10.3'
1+
__version__ = '0.10.4'

ratarmount/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '1.2.2'
1+
__version__ = '1.2.3'
22

33
# Ideas that would require a new major version:
44
# - Adhere to PEP 8 for FuseMount arguments and so on.

0 commit comments

Comments
 (0)