10000 Releases · orium/cargo-rdme · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: orium/cargo-rdme

cargo-rdme 1.2.0

23 Feb 00:18
v1.2.0
Compare
Choose a tag to compare
  • Allow the heading base level to be configurable.
  • Update dependencies.

cargo-rdme 1.1.0

30 Jan 22:52
v1.1.0
Compare
Choose a tag to compare
  • Support backticked intralinks.
  • Print a helpful message when the README is lacking a cargo-rdme marker.
  • Update dependencies.

cargo-rdme 1.0.2

23 Jan 19:28
v1.0.2
Compare
Choose a tag to compare
  • Update dependencies.

cargo-rdme 1.0.1

05 Jan 18:57
v1.0.1
Compare
Choose a tag to compare
  • 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

04 Jan 23:23
v1.0.0
Compare
Choose a tag to compare
  • 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 was 4.
    • Exit code 4 means warnings were emitted. In previous releases the exit code was 3.
  • Update dependencies.

cargo-rdme 0.7.3

23 Oct 14:56
Compare
Choose a tag to compare
  • Update dependencies, in particular we are now using clap 4.

cargo-rdme 0.7.2

09 Sep 00:42
v0.7.2
Compare
Choose a tag to compare
  • Support these lib crate types: proc-macro, dylib, staticlib, cdylib, and rlib.
  • Update dependencies.

cargo-rdme 0.7.1

28 Aug 11:27
v0.7.1
Compare
Choose a tag to compare
  • Update dependencies.

cargo-rdme 0.7.0

28 Jun 22:19
v0.7.0
Compare
Choose a tag to compare
  • Automatically bump the heading level in the injected rustdoc based on the README current heading level.

cargo-rdme 0.6.0

14 Feb 22:13
v0.6.0
Compare
Choose a tag to compare
  • 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.
0