Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 1.18 KB

File metadata and controls

34 lines (21 loc) · 1.18 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

0.3.1 - 2026-03-05

Added

  • (aes) update aes dependency and PAR_BLOCKS const

Other

  • (deps) bump proptest from 1.9.0 to 1.10.0
  • (rand) update rand and rand_core to 0.10
  • (bench) use std black_box

0.3.0 - 2026-01-21

Removed

  • [breaking] remove nightly feature (#30)

Changed

  • set is_nightly cfg in build.rs if using nightly compiler (#30)
  • refactor AVX2 transpose for better understandability and less use of unsafe (#13)
  • remove unsafe from portable transpose implementation (#14)

Other

  • update dependencies