Skip to content

Commit

Permalink
[version] Bump versions to 0.11.3 and 0.3.2 and update changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
mxmlnkn committed Jun 25, 2022
1 parent 54877c6 commit 2041fb7
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 3 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.11.3 built on 2022-06-25

- Fix files with leading "./" not being deleted when using --commit-overlay
- Fix files directly under the mount point not being deleted correctly with --write-overlay.
- (ratarmountcore 0.3.2) Fix exception when trying to mount a RAR archive containing files without timestamps.

# Version 0.11.2 built on 2022-05-27

- Fix --password option not working.
Expand Down
4 changes: 4 additions & 0 deletions core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@

# Version 0.3.2 built on 2022-06-25

- Fix exception when trying to mount a RAR archive containing files without timestamps.

# Version 0.3.1 built on 2022-04-10

- Fix duplicate mounting of uncompressed TARs inside TARs when using --recursive.
Expand Down
2 changes: 1 addition & 1 deletion core/ratarmountcore/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# -*- coding: utf-8 -*-


__version__ = '0.3.1'
__version__ = '0.3.2'
2 changes: 1 addition & 1 deletion ratarmount.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
)


__version__ = '0.11.2'
__version__ = '0.11.3'


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.11.2
version = 0.11.3

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

0 comments on commit 2041fb7

Please sign in to comment.