Skip to content

Commit

Permalink
New version 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mgautierfr committed Feb 20, 2024
1 parent 11be011 commit 9a6c6ca
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ resolver = "2"

[workspace.package]
edition = "2021"
version = "0.2.0"
version = "0.2.1"
authors = ["Matthieu Gautier <mgautier@kymeria.fr>"]
repository = "https://github.com/jubako/arx"
homepage = "https://github.com/jubako/arx"
Expand Down
15 changes: 15 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# Arx 0.2.1

- Add README.md in all sub-packages.
- Improve performance of arx list (x2)
- libarx now creates missing intermediate "directory" at arx archive creation.
- `arx dump` now takes a output argument to not always dump on stdout
- `tar2arx` accepts now a compressed tar as input.
- `tar2arx` can now takes tar as a path to the tar and not always as stdin.
- Add option to generate man page (all tools)
- Add option to generate completion script (all tools)
- `arx create` now takes option `-o` for create archive. (`-f` is keep for compatibility but will be removed)
- `arx extract` now takes the input archive as argument (`-f` is keep for compatibility but will be removed)
- Show a nice message in case of panic.
- Better CI

# Arx 0.2

This release is a huge release!!
Expand Down

0 comments on commit 9a6c6ca

Please sign in to comment.