Skip to content

Commit

Permalink
Release v0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Mar 24, 2022
1 parent 4421c5b commit 7461b6c
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

[Unreleased]: https://github.com/althonos/fs.archive/compare/v0.7.2...HEAD
[Unreleased]: https://github.com/althonos/fs.archive/compare/v0.7.3...HEAD


## [v0.7.3] - 2022-03-24

[v0.7.3]: https://github.com/althonos/fs.archive/compare/v0.7.2...v0.7.3

### Fixed
- Mark `TarReadFS` and `ZipReadFS` as case-sensitive filesystems ([#12](https://github.com/althonos/fs.archive/issues/12)).
- Fix `TarReadFS` failing to read archives created with dotslash paths ([#10](https://github.com/althonos/fs.archive/pull/10)).


## [v0.7.2] - 2022-03-10
Expand Down
2 changes: 1 addition & 1 deletion COPYING
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2017-2021 Martin Larralde
Copyright (c) 2017-2022 Martin Larralde <martin.larralde@embl.de>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion fs/archive/_version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.7.2
0.7.3
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = fs.archive
version = file: fs/archive/_version.txt
author = Martin Larralde
author-email = martin.larralde@ens-cachan.fr
author-email = martin.larralde@embl.de
home-page = https://github.com/althonos/fs.archive
description = Enhanced archive filesystems for Pyfilesystem2
long-description = file: README.md
Expand Down

0 comments on commit 7461b6c

Please sign in to comment.