Skip to content

v1.0.0

Choose a tag to compare

@pyfisch pyfisch released this 31 Mar 10:38

Finally release a stable v1.0! 🥳
The crate is mostly unchanged from v0.3, you should be able to upgrade without any issues.

  • Implement Hash for HttpDate
  • Fix wrong (default) implementation of Ord, now Ord and PartialOrd agree on the ording. (Found using clippy)
  • Remove public From<ParseIntError> for Error implementation. (Was only useful internally)
  • Switch to GitHub actions
  • Use default docs.rs docs instead of self-hosted docs.