All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Unreleased - ReleaseDate
0.5.0 - 2023-05-22
Version::Reserved
Uuid::versionnow returnsVersion::Reservedinstead ofVersion::NilUuid::from_strandUuid::to_strare now significantly faster
Uuid::versionnow returnsVersion::Reservedinstead ofVersion::Nil
0.4.7 - 2023-05-22
- Yanked for backwards compatibility
0.4.6 - 2022-08-04
- Fixed github link in Cargo.toml
0.4.5 - 2022-08-04
- Documentation details
- Docs rs config
- Updated README
0.4.4 - 2022-08-04
0.4.3 - 2022-08-04
0.4.2 - 2022-08-04
Uuid::timestamp,Uuid::clock_sequence,Uuid::node- UUID Version 1 support,
Uuid::new_v1 - Experimental UUID Version 6, 7, and 8 support,
Uuid::new_v6|7|8, behind theexperimental_uuidcargo feature - impl
DisplayonVersionandVariant
UuidalternateDebugrepresentation now includes version number- Clarified
Uuid::versiondocumentation
UuidDebugrepresentation ofVersionUuidDebugrepresentation onno_stdUuidDebugrepresentation in general..
0.4.1 - 2022-08-03
Uuid::parse_me, to parse mixed-endian UUID strings.
- Documented how
Uuid::from_bytes_meworks better - Documented
UuidDebugrepresentation Uuid::version,Uuid::variant,Uuid::from_bytes_me,Uuid::is_nil, andUuid::to_bytes_meare nowconst fn
0.4.0 - 2022-08-02
Uuid::parsenow supports braced UUIDs and hyphen-less UUIDs
- Improved Performance
- Dependencies updated
- Documentation improved
Uuid::versionnow returnsVersion::Nilfor invalid versionsranddependency replaced withrand_chachaVariantandVersionare nownon_exhaustive
Version::Invalid
0.3.2 - 2021-12-08
0.3.1 - 2021-05-02
- Updated RustCrypto crates to 0.10.0
- Minor typo in README.
0.3.0 - 2021-05-02
- Removed bitvec as a dependency
Uuid::to_(str|urn)(_upper)now take arrays as arguments, not slices.
- Documentation typos
impl From<[u8; 16]> for Uuid
0.2.1 - 2021-03-04
0.2.0 - 2021-03-04
Uuid::versionno longer panics, instead returnsVersion::Invalid- Improved documentation
- Updated dependencies
0.1.1 - 2020-12-06
- Typos, readme
0.1.0 - 2020-12-06
- Initial release
- no_std UUID's