v1.0.0
Finally release a stable v1.0! 🥳
The crate is mostly unchanged from v0.3, you should be able to upgrade without any issues.
- Implement
HashforHttpDate - Fix wrong (default) implementation of
Ord, nowOrdandPartialOrdagree on the ording. (Found using clippy) - Remove public
From<ParseIntError> for Errorimplementation. (Was only useful internally) - Switch to GitHub actions
- Use default docs.rs docs instead of self-hosted docs.