Skip to content

Commit

Permalink
New version 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mgautierfr committed Nov 22, 2024
1 parent 4373880 commit 1d20815
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 6 deletions.
10 changes: 5 additions & 5 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.3.1"
version = "0.3.2"
authors = ["Matthieu Gautier <mgautier@kymeria.fr>"]
repository = "https://github.com/jubako/arx"
homepage = "https://github.com/jubako/arx"
Expand Down
14 changes: 14 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# Arx 0.3.2

- `--version` option now includes the git commit.
- `arx create` has a new option `--follow-symlink` telling if arx must follow symlink or
create the entry as a symlink.
- Fix various small issues when creating a arx giving a file to add through a file list (`-L` option).
- Check input paths given on command line before starting arx creation.
- Add help content to `arx create --help`.
- Add more testing on arx command line.
- Fix 32bits compilation of python wrapping.
- Fix python CI publishing.
- Use `jbk::cmd_utils` instead of our own.
- Update README

# Arx 0.3.1

- Use version 0.3.1 of Jubako
Expand Down

0 comments on commit 1d20815

Please sign in to comment.