Skip to content

Commit

Permalink
Release version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hasenbanck committed Aug 9, 2024
1 parent 4ee74b4 commit 880ce11
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 4 deletions.
24 changes: 21 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,39 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.2.0] - 2024-08-09

### Added

- Fixed various documentation errors.
- Added the RISC-V vector crypto extension based backend.
- Support x86 based target (32-bit)
- Add features to select the PRNG version of the TLS instance.

### Fixed

- Properly detect available target features when cross compiling.

### Removed

- The verification binary is not published anymore.
- Removed the RISC-V scalar crypto extension based backend.

## [0.1.3] - 2024-08-04

### Updated
### Changed

- Fixed various documentation errors.

## [0.1.2] - 2024-08-04

### Updated
### Changed

- Add missing feature toggle for proper rendering on docs.rs

## [0.1.1] - 2024-08-04

### Updated
### Changed

- Updated the documentation to properly render on docs.rs

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "Apache-2.0"
readme = "README.md"
documentation = "https://docs.rs/rand_aes"
repository = "https://github.com/hasenbanck/rand_aes"
version = "0.1.3"
version = "0.2.0"
edition = "2021"
rust-version = "1.80"

Expand Down

0 comments on commit 880ce11

Please sign in to comment.