Skip to content

Commit

Permalink
New version 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mgautierfr committed Feb 20, 2024
1 parent 5dc1946 commit c5e6b41
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = ["libwaj"]

[workspace.package]
edition = "2021"
version = "0.2.0"
version = "0.2.1"
authors = ["Matthieu Gautier <mgautier@kymeria.fr>"]
repository = "https://github.com/jubako/waj"
homepage = "https://github.com/jubako/waj"
Expand All @@ -29,7 +29,7 @@ clap = { version = "4.0.32", features = ["derive"] }
clap_mangen = "0.2.20"
clap_complete = "4.5.0"
human-panic = "1.2.3"
waj = { path = "libwaj", package = "libwaj", version = "0.2.0" }
waj = { path = "libwaj", package = "libwaj", version = "0.2.1" }
indicatif = "0.17.3"
env_logger = "0.10.0"
anyhow = "1.0.75"
Expand Down
13 changes: 13 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Waj 0.2.1

- Add option to generate man page and completion script.
- `waj create` now uses option `-o` to specify the path of the created archive.
`-f` is keep for compatibility but will we remove soon.
- Better help message.
- Update CI

# Waj 0.2.0

This is the first version of Waj.

You can create a Waj archive and serve it.

0 comments on commit c5e6b41

Please sign in to comment.