Skip to content

Latest commit

 

History

History
113 lines (64 loc) · 4.69 KB

CHANGELOG.md

File metadata and controls

113 lines (64 loc) · 4.69 KB

Changelog

v0.4.4 (2024-06-24)

Fix

v0.4.3 (2024-06-24)

Fix

v0.4.2 (2024-05-07)

Fix

  • Use spdx identifier for the license (#10) (e99038c)

v0.4.1 (2024-01-10)

Fix

  • Encryption input with wide characters (#7) (5dae424)

v0.4.0 (2023-10-18)

Feature

  • Build wheels with final cpython release (#5) (915697b)

Fix

  • Reduce size of wheels by excluding generated .c files (#6) (a25ebca)

v0.3.0 (2023-07-24)

Feature

  • Initial cpython 3.12 support (#4) (15c7987)

v0.2.1 (2023-07-06)

Fix

  • Ensure null bytes round trip (#3) (9512615)

v0.2.0 (2023-06-16)

Feature

Fix

  • Ensure bytes with null chars are returned (4a09a40)

v0.1.5 (2023-06-16)

Fix

  • Handle 0s in the byte stream (532bd3c)

v0.1.4 (2023-06-16)

Fix

v0.1.3 (2023-06-16)

Fix

v0.1.2 (2023-06-16)

Fix

v0.1.1 (2023-06-16)

Fix

v0.1.0 (2023-06-16)

Feature

Fix