Skip to content

Commit

Permalink
Merge pull request #26 from jubako/r/0.3.0
Browse files Browse the repository at this point in the history
New version 0.3.0
  • Loading branch information
mgautierfr authored Nov 23, 2024
2 parents 9326a11 + fbcd95a commit 3e8ca6c
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

7 changes: 4 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ members = ["libwaj"]

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

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

[package]
name = "waj"
Expand All @@ -22,6 +22,7 @@ authors.workspace = true
edition.workspace = true
repository.workspace = true
license.workspace = true
default-run = "waj"

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

Expand All @@ -30,7 +31,7 @@ clap = { version = "4.0.32", features = ["derive", "cargo"] }
clap_mangen = "0.2.20"
clap_complete = "4.5.0"
human-panic = "2.0.2"
waj = { path = "libwaj", package = "libwaj", version = "0.2.1" }
waj = { path = "libwaj", package = "libwaj", version = "0.3.0" }
indicatif = "0.17.3"
env_logger = "0.11.5"
anyhow = "1.0.75"
Expand Down
14 changes: 14 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# Waj 0.3.0

This release is based on version 0.3.2 of Jubako.
This is a major release, see Jubako changelog for changes impacting arx.
Main information to remember of Jubako release is that the format as evolved and compatibility
with previous version is broken.

- Update code with new API of Jubako library.
- `--version` option now includes the git commit.
- Better command line option (select compression, concat mode, check of input and output path)

There is no functional change but as new jubako format is not compatible, we udpate the version.


# Waj 0.2.1

- Add option to generate man page and completion script.
Expand Down

0 comments on commit 3e8ca6c

Please sign in to comment.