Releases: naufraghi/tinyaes-py
Releases · naufraghi/tinyaes-py
v1.1.1
Release 1.1.1 final with Python 3.13 support
What's Changed
- bump cibuildwheel to correctly build py312 by @adehad in #44
- Bump actions and Build Python 3.13 by @adehad in #45
- fix upload and download of Artifacts due to breaking change in v4 by @adehad in #47
- Add dependabot.yml by @naufraghi in #48
- Bump pypa/gh-action-pypi-publish from 1.5.0 to 1.10.1 by @dependabot in #49
- Prepare for 1.1.1rc1 by @naufraghi in #50
- Release 1.1.1 by @naufraghi in #51
New Contributors
Full Changelog: v1.1.0...v1.1.1
v1.1.1rc1
What's Changed
- bump cibuildwheel to correctly build py312 by @adehad in #44
- Bump actions and Build Python 3.13 by @adehad in #45
- fix upload and download of Artifacts due to breaking change in v4 by @adehad in #47
- Add dependabot.yml by @naufraghi in #48
- Bump pypa/gh-action-pypi-publish from 1.5.0 to 1.10.1 by @dependabot in #49
- Prepare for 1.1.1rc1 by @naufraghi in #50
New Contributors
- @adehad made their first contribution in #44
- @dependabot made their first contribution in #49
Full Changelog: v1.1.0...v1.1.1rc1
v1.1.0
v1.1.0rc1
1.1.0rc1 (Oct 2, 2023)
- Add Python 3.12 final to the matrix
- Expose raw functions for CBC mode, with manual padding and unpadding
1.1.0rc0 (13 Feb 2023)
- Drop support for Python 2.7 (CI tests and builds are disabled, code may still work)
- Add support for CBC mode (unstable API, inplace only, manual padding)
v1.0.4
What's Changed
- Add Python 3.11 to the matrix and bump to 1.0.4rc1 by @naufraghi in #30
Full Changelog: v1.0.3...v1.0.4
v1.0.4rc1
Release 1.0.3
What's Changed
- actions: bump to RalfG/[email protected] by @naufraghi in #23
- Add python 3.10 support by @naufraghi in #21
- Bump submodule tiny-AES-c by @naufraghi in #26
- version bump 1.0.3rc2 by @naufraghi in #27
- Bump version 1.0.3 final by @naufraghi in #28
Full Changelog: v1.0.2...v1.0.3
v1.0.3rc2
What's Changed
- actions: bump to RalfG/[email protected] by @naufraghi in #23
- Add python 3.10 support by @naufraghi in #21
- Bump submodule tiny-AES-c by @naufraghi in #26
- version bump 1.0.3rc2 by @naufraghi in #27
Full Changelog: v1.0.2...v1.0.3rc2
Release 1.0.3rc1
Add Python 3.10 to the matrix
Release 1.0.2
- added release Python 3.9 on Windows, Linux (
manylinux1
) and OSX - updated upstream
tiny-AES-c
with some cleanups and small optimizations