Releases: aminalaee/uuid-utils
Releases · aminalaee/uuid-utils
Version 0.9.0
Version 0.8.0
Added
- Add optional
nanos
argument touuid6
anduuid7
by @cstruct in #51 - Make
uuid3
anduuid5
compatible with Python 3.12 by @aminalaee in #56 - Improve
compat
typings by @aminalaee in #55
New Contributors
- @moritzwilksch made their first contribution in #48
- @cstruct made their first contribution in #51
Full Changelog: 0.7.0...0.8.0
Version 0.7.0
Added
- Export UUID in the compat module by @angelsenra in #43
- Update compat module namespace by @aminalaee in #45
- Drop Python 3.7 by @aminalaee in #46
New Contributors
- @angelsenra made their first contribution in #43
Full Changelog: 0.6.1...0.7.0
Version 0.6.1
Update release CI
Version 0.6.0
Added
- Add
getnode
function by @aminalaee in #34 - Update wheels for Python 3.12 by @aminalaee in #36
- Add
compat
module to return std library UUID by @aminalaee in #38
Full Changelog: 0.5.0...0.6.0
Version 0.5.0
Added
- Add deepcopy method by @aminalaee in #28
- Add Python3.12 support by @aminalaee in #29
Fixed
New Contributors
Full Changelog: 0.4.0...0.5.0
Version 0.4.0
Added
- Add PyPy wheels for Windows x64 by @aminalaee in #19
- Add UUID timestamp property by @aminalaee in #22
- Support pickling UUID objects by @lepenkinya in #25
Fixed
- Fix example version identifier for uuid7 by @alanhamlett in #24
New Contributors
- @alanhamlett made their first contribution in #24
- @lepenkinya made their first contribution in #25
Full Changelog: 0.3.0...0.4.0
Version 0.3.0
Added
Full Changelog: 0.2.0...0.3.0
Version 0.2.0
Added
- Add 'version' in #3
- Add comparison methods in #5
- Support version argument in #6
- Add UUID properties in #10
Full Changelog: 0.1.0...0.2.0
Version 0.1.0
Added
- Add basic functionality of
UUID
class. - Add
uuid1
,uuid4
,uuid5
,uuid6
,uuid7
,uuid8
functions.
Full Changelog: https://github.com/aminalaee/uuid-utils/commits/0.1.0