Added * Add deepcopy method by aminalaee in https://github.com/aminalaee/uuid-utils/pull/28 * Add Python3.12 support by aminalaee in https://github.com/aminalaee/uuid-utils/pull/29
Fixed * Fix example version identifier for uuid7 by Zer0x00 in https://github.com/aminalaee/uuid-utils/pull/31
New Contributors * Zer0x00 made their first contribution in https://github.com/aminalaee/uuid-utils/pull/31
Added * Add PyPy wheels for Windows x64 by aminalaee in https://github.com/aminalaee/uuid-utils/pull/19 * Add UUID timestamp property by aminalaee in https://github.com/aminalaee/uuid-utils/pull/22 * Support pickling UUID objects by lepenkinya in https://github.com/aminalaee/uuid-utils/pull/25
Fixed * Fix example version identifier for uuid7 by alanhamlett in https://github.com/aminalaee/uuid-utils/pull/24
New Contributors * alanhamlett made their first contribution in https://github.com/aminalaee/uuid-utils/pull/24 * lepenkinya made their first contribution in https://github.com/aminalaee/uuid-utils/pull/25
* Add `uuid3` in https://github.com/aminalaee/uuid-utils/pull/14 * Enable MyPy for PEP 561 in https://github.com/aminalaee/uuid-utils/pull/13 * Add from fields constructor in https://github.com/aminalaee/uuid-utils/pull/15
* Add '__version__' in https://github.com/aminalaee/uuid-utils/pull/3 * Add comparison methods in https://github.com/aminalaee/uuid-utils/pull/5 * Support version argument in https://github.com/aminalaee/uuid-utils/pull/6 * Add UUID properties in https://github.com/aminalaee/uuid-utils/pull/10