Releases: orium/cargo-rdme
Releases · orium/cargo-rdme
cargo-rdme 1.2.0
- Allow the heading base level to be configurable.
- Update dependencies.
cargo-rdme 1.1.0
- Support backticked intralinks.
- Print a helpful message when the README is lacking a cargo-rdme marker.
- Update dependencies.
cargo-rdme 1.0.2
- Update dependencies.
cargo-rdme 1.0.1
- Do not depend on openssl (which was a transitive dependency of git2). This improves the building speed, but most
importantly we don't fail to build if the host system openssl is not supported by rust-openssl.
cargo-rdme 1.0.0
- Change the status code for the "check mode" (flag
--check
):- Exit code
3
means the README does not match the documentation. In previous releases the exit code was4
. - Exit code
4
means warnings were emitted. In previous releases the exit code was3
.
- Exit code
- Update dependencies.
cargo-rdme 0.7.3
- Update dependencies, in particular we are now using clap 4.
cargo-rdme 0.7.2
- Support these lib crate types: proc-macro, dylib, staticlib, cdylib, and rlib.
- Update dependencies.
cargo-rdme 0.7.1
- Update dependencies.
cargo-rdme 0.7.0
- Automatically bump the heading level in the injected rustdoc based on the README current heading level.
cargo-rdme 0.6.0
- Added option for intralinks to be stripped.
- Base url and version in intralinks urls can now be configured.
- Strip intralinks when we cannot generate a correct link.
- Fix warning and error output when not writing to a tty.