Skip to content

Commit

Permalink
Merge pull request #59 from jubako/r/0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mgautierfr authored Sep 8, 2024
2 parents 0756540 + fe5c03a commit 60f28bc
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 49 deletions.
85 changes: 38 additions & 47 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ resolver = "2"

[workspace.package]
edition = "2021"
version = "0.3.0"
version = "0.3.1"
authors = ["Matthieu Gautier <[email protected]>"]
repository = "https://github.com/jubako/arx"
homepage = "https://github.com/jubako/arx"
license = "MIT"

[workspace.dependencies]
jbk = { git = "https://github.com/jubako/jubako.git", package = "jubako", version = "0.3.0" }
jbk = { git = "https://github.com/jubako/jubako.git", package = "jubako", version = "0.3.1" }
clap = { version = "4.4.5", features = ["derive"] }
clap_mangen = "0.2.20"
clap_complete = "4.5.0"
Expand Down
9 changes: 9 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# Arx 0.3.1

- Use version 0.3.1 of Jubako
- Do not crash on broken pipe (SIGPIPE)
- `arx mount` and `arx extract` gain `--root-dir` option. If given, the directory (inside arx) will
be used as root instead of default root.
- Fix Python CI and metadata
- Small fixes (warning, dependencies, ...)

# Arx 0.3.0

This release is based on version 0.3.0 of Jubako.
Expand Down

0 comments on commit 60f28bc

Please sign in to comment.