Skip to content

Releases: orium/cargo-rdme

cargo-rdme 0.5.0

20 Nov 10:51
v0.5.0
Compare
Choose a tag to compare
  • Fail on --check if there were warnings.
    • Add command line option to not fail on warnigs.

cargo-rdme 0.4.0

16 Nov 20:36
v0.4.0
Compare
Choose a tag to compare
  • Add support for intralinks!
    • Intralinks are not converted to links to docs.rs in your README file.
  • Add support for workspaces.
  • Add option to override the README file path (command line flag and configuration file).
  • Support code blocks with more than three backticks.
  • Use nice color output for errors and warnings.

cargo-rdme 0.3.0

01 Nov 23:49
v0.3.0
Compare
Choose a tag to compare
  • Add rust markdown tag to rust code blocks.
  • Avoid overwriting README files with uncommited changes.

cargo-rdme 0.2.0

31 Oct 22:58
v0.2.0
Compare
Choose a tag to compare
  • Rust code blocks starting with # are now omitted, just like in rustdoc.
  • Support default bin entrypoint paths.
  • Fix command line parsing bug when cargo-rdme was invoked as a cargo subcommand.

cargo-rdme 0.1.0

25 Oct 21:41
v0.1.0
Compare
Choose a tag to compare
  • Initial version.
  • Basic README syncronization.
  • Command line flags to control line terminator and entrypoint.
  • Support for configuration file.
  • Allow cargo rdme to be used easily integrated with CIs with the --check command line flag.