Skip to content

Commit 3e8ca6c

Browse files
authored
Merge pull request #26 from jubako/r/0.3.0
New version 0.3.0
2 parents 9326a11 + fbcd95a commit 3e8ca6c

File tree

3 files changed

+20
-5
lines changed

3 files changed

+20
-5
lines changed

Cargo.lock

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

Cargo.toml

+4-3
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ members = ["libwaj"]
33

44
[workspace.package]
55
edition = "2021"
6-
version = "0.2.1"
6+
version = "0.3.0"
77
authors = ["Matthieu Gautier <mgautier@kymeria.fr>"]
88
repository = "https://github.com/jubako/waj"
99
homepage = "https://github.com/jubako/waj"
1010
license = "MIT"
1111

1212
[workspace.dependencies]
13-
jbk = { git = "https://github.com/jubako/jubako.git", package = "jubako", features = ["clap"], version = "0.3.2-dev" }
13+
jbk = { git = "https://github.com/jubako/jubako.git", package = "jubako", features = ["clap"], version = "0.3.3" }
1414

1515
[package]
1616
name = "waj"
@@ -22,6 +22,7 @@ authors.workspace = true
2222
edition.workspace = true
2323
repository.workspace = true
2424
license.workspace = true
25+
default-run = "waj"
2526

2627
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
2728

@@ -30,7 +31,7 @@ clap = { version = "4.0.32", features = ["derive", "cargo"] }
3031
clap_mangen = "0.2.20"
3132
clap_complete = "4.5.0"
3233
human-panic = "2.0.2"
33-
waj = { path = "libwaj", package = "libwaj", version = "0.2.1" }
34+
waj = { path = "libwaj", package = "libwaj", version = "0.3.0" }
3435
indicatif = "0.17.3"
3536
env_logger = "0.11.5"
3637
anyhow = "1.0.75"

Changelog.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# Waj 0.3.0
2+
3+
This release is based on version 0.3.2 of Jubako.
4+
This is a major release, see Jubako changelog for changes impacting arx.
5+
Main information to remember of Jubako release is that the format as evolved and compatibility
6+
with previous version is broken.
7+
8+
- Update code with new API of Jubako library.
9+
- `--version` option now includes the git commit.
10+
- Better command line option (select compression, concat mode, check of input and output path)
11+
12+
There is no functional change but as new jubako format is not compatible, we udpate the version.
13+
14+
115
# Waj 0.2.1
216

317
- Add option to generate man page and completion script.

0 commit comments

Comments
 (0)