Skip to content

Releases: orium/cargo-rdme

cargo-rdme 1.4.3

12 Feb 18:38
v1.4.3
Compare
Choose a tag to compare
  • Update dependencies.

cargo-rdme 1.4.2

01 Aug 21:25
v1.4.2
Compare
Choose a tag to compare
  • It turns out we might need the network to get the project metadata. See release notes of version 1.4.1.

cargo-rdme 1.4.1

31 Jul 23:47
v1.4.1
Compare
Choose a tag to compare
  • Ask cargo metadata to not access the network. All the info we need is in Cargo.toml.
  • Update dependencies.

cargo-rdme 1.4.0

05 Mar 02:34
v1.4.0
Compare
Choose a tag to compare
  • Support intralinks to methods and other impl items.
  • Update dependencies.

cargo-rdme 1.3.0

26 Feb 02:15
v1.3.0
Compare
Choose a tag to compare
  • Support intralinks in reference-style links.
  • Update dependencies.

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.