v0.3.0
-
Added support for releasing Rust library project.
This newly added support will publish Rust crates of a library. The crates to publish must be
specified in the configuration file via the pathreleaser.rust-crates
where the value is a list
of crates name:global: ... release: rust-crates: - crate1 - crate2
Order is important as it will be respected when doing the commands. A GitHub release will be produced just
like for Golang.The crates publishing happen only if release is published right now. Otherwise, if the command complete
and release is not published yet, commands to publish the crates manually is printed.