Sourced from uuid's releases.
1.5.0
What's Changed
- Add impl From for String under the std feature flag by
@brahms116in uuid-rs/uuid#700- Remove dead link to templates by
@KodrAusin uuid-rs/uuid#704- make ClockSequence wrap correctly by
@fef1312in uuid-rs/uuid#705- Track MSRV in Cargo.toml by
@KodrAusin uuid-rs/uuid#706- Support converting between Uuid and vec by
@KodrAusin uuid-rs/uuid#703- Replace MIPS with Miri and add clippy to CI by
@KodrAusin uuid-rs/uuid#712- Added
bytemucksupport by@John-Tooheyin uuid-rs/uuid#711- Prepare for 1.5.0 release by
@KodrAusin uuid-rs/uuid#713New Contributors
@brahms116made their first contribution in uuid-rs/uuid#700@fef1312made their first contribution in uuid-rs/uuid#705@John-Tooheymade their first contribution in uuid-rs/uuid#711Full Changelog: https://github.com/uuid-rs/uuid/compare/1.4.1...1.5.0
e68b010
Merge pull request #713 from
uuid-rs/cargo/1.5.0b1cc27a
prepare for 1.5.0 releaseb8ebdee
Merge pull request #711 from
John-Toohey/bytemuck2dad70d
Added the bytemuck optional dependency to
lib.rs documentationbcf2b58
Added Bytemuck to .github/workflows/ci.yml::env::DEP_FEATURESa8d2e1d
Merge pull request #712 from
uuid-rs/ci/miri-clippy0c5b2df
fix up a clippy warning1d4bd6e
Merge pull request #703 from
uuid-rs/feat/convert-to-vec52b3fbc
replace MIPS with Miri and add clippy to CI3833d09
Make the bytemuck dependency look more like the other dependencies