v3.1.0
What's Changed
- Add type stubs by @zzstoatzz in #56
- Add PyPy 3.11 support by @MarshalX in #63
- Update PyO3 to 0.25.1 with performance optimizations by @MarshalX in #63
- Update README by @MarshalX in #64
- Fix panic on encoding map with integer keys by @MarshalX in #60
- Fix panic on non UTF-8 string by @MarshalX in #59
- Fix smallest and largest CBOR integer roundtrip by @MarshalX in #58
- Fix decoding of infinities and NaNs according to specs by @MarshalX in #62
- Fix handling of concatenated objects / CBOR sequence by @MarshalX in #65
New Contributors
- @zzstoatzz made their first contribution in #56
- @makew0rld reported a lot of bugs in #57 during the work on test suite for DASL
Full Changelog: v3.0.1...v3.1.0