Skip to content

Release 1.0.3

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 12 Feb 23:13
· 12 commits to main since this release
v1.0.3
3cdc102

Security fixes

API breaking changes

  • Switched Reference::new() and friends to accept types that implement std::fmt::Display instead of AsRef<str>. The functions convert the parameters to owned Strings with to_string() anyway, so this more accurately reflects what the functions are doing.

Other API changes

  • ShellWriter::with_prefix() now accepts anything that implements std::fmt::Display as the prefix rather than just Strings.