Skip to content

Commit 1d20815

Browse files
committed
New version 0.3.2
1 parent 4373880 commit 1d20815

File tree

3 files changed

+20
-6
lines changed

3 files changed

+20
-6
lines changed

Diff for: Cargo.lock

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ resolver = "2"
44

55
[workspace.package]
66
edition = "2021"
7-
version = "0.3.1"
7+
version = "0.3.2"
88
authors = ["Matthieu Gautier <[email protected]>"]
99
repository = "https://github.com/jubako/arx"
1010
homepage = "https://github.com/jubako/arx"

Diff for: Changelog.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# Arx 0.3.2
2+
3+
- `--version` option now includes the git commit.
4+
- `arx create` has a new option `--follow-symlink` telling if arx must follow symlink or
5+
create the entry as a symlink.
6+
- Fix various small issues when creating a arx giving a file to add through a file list (`-L` option).
7+
- Check input paths given on command line before starting arx creation.
8+
- Add help content to `arx create --help`.
9+
- Add more testing on arx command line.
10+
- Fix 32bits compilation of python wrapping.
11+
- Fix python CI publishing.
12+
- Use `jbk::cmd_utils` instead of our own.
13+
- Update README
14+
115
# Arx 0.3.1
216

317
- Use version 0.3.1 of Jubako

0 commit comments

Comments
 (0)