Skip to content

Releases: orium/cargo-rdme

cargo-rdme 1.4.4

Choose a tag to compare

@orium orium released this 10 Jun 18:41
v1.4.4
  • Fix selection of packages in workspaces when there's a package name conflict with a dependency.
  • Update dependencies.

cargo-rdme 1.4.3

Choose a tag to compare

@orium orium released this 12 Feb 18:38
v1.4.3
  • Update dependencies.

cargo-rdme 1.4.2

Choose a tag to compare

@orium orium released this 01 Aug 21:25
v1.4.2
  • 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

Choose a tag to compare

@orium orium released this 31 Jul 23:47
v1.4.1
  • Ask cargo metadata to not access the network. All the info we need is in Cargo.toml.
  • Update dependencies.

cargo-rdme 1.4.0

Choose a tag to compare

@orium orium released this 05 Mar 02:34
v1.4.0
  • Support intralinks to methods and other impl items.
  • Update dependencies.

cargo-rdme 1.3.0

Choose a tag to compare

@orium orium released this 26 Feb 02:15
v1.3.0
  • Support intralinks in reference-style links.
  • Update dependencies.

cargo-rdme 1.2.0

Choose a tag to compare

@orium orium released this 23 Feb 00:18
v1.2.0
  • Allow the heading base level to be configurable.
  • Update dependencies.

cargo-rdme 1.1.0

Choose a tag to compare

@orium orium released this 30 Jan 22:52
v1.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

Choose a tag to compare

@orium orium released this 23 Jan 19:28
v1.0.2
  • Update dependencies.

cargo-rdme 1.0.1

Choose a tag to compare

@orium orium released this 05 Jan 18:57
v1.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.