Skip to content

Releases: naufraghi/tinyaes-py

v1.1.1rc1

13 Sep 21:10
Compare
Choose a tag to compare
v1.1.1rc1 Pre-release
Pre-release

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

Full Changelog: v1.1.0...v1.1.1rc1

v1.1.0

05 Dec 14:34
Compare
Choose a tag to compare

Release 1.1.0 final with Python 3.12 support

v1.1.0rc1

11 Oct 09:26
Compare
Choose a tag to compare
v1.1.0rc1 Pre-release
Pre-release

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

03 Nov 15:00
Compare
Choose a tag to compare

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

03 Nov 10:21
Compare
Choose a tag to compare
v1.0.4rc1 Pre-release
Pre-release

Add Python 3.11 to the wheel matrix, remove 2.7 and 3.6

  • tests are still done on 2.7 and 3.6
  • update actions/checkout and actions/setup-python
  • use pypa/cibuildwheel for publishing

Release 1.0.3

22 Feb 15:17
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.2...v1.0.3

v1.0.3rc2

22 Feb 14:35
Compare
Choose a tag to compare
v1.0.3rc2 Pre-release
Pre-release

What's Changed

Full Changelog: v1.0.2...v1.0.3rc2

Release 1.0.3rc1

06 Nov 22:07
Compare
Choose a tag to compare
Release 1.0.3rc1 Pre-release
Pre-release

Add Python 3.10 to the matrix

Release 1.0.2

04 Nov 14:27
Compare
Choose a tag to compare
  • added release Python 3.9 on Windows, Linux (manylinux1) and OSX
  • updated upstream tiny-AES-c with some cleanups and small optimizations

Release 1.0.2-post2

04 Nov 15:19
Compare
Choose a tag to compare
Release 1.0.2-post2 Pre-release
Pre-release
  • bump publish action version and manylinux image to 2021
  • drop support for 2.7 that seems to be missing in the newer image