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.
Table of Contents
- 0.9.9 - 2024-10-19
- 0.9.8 - 2024-07-31
- 0.9.7 - 2024-07-03
- 0.9.6 - 2024-07-03
- 0.9.5 - 2024-04-16
- 0.9.4 - 2024-04-08
- 0.9.3 - 2024-02-17
- 0.9.2 - 2024-02-17
- 0.9.1 - 2024-02-17
- 0.9.0 - 2024-01-18
- 0.8.7 - 2024-01-07
- 0.8.6 - 2023-12-07
- 0.8.5 - 2023-11-29
- 0.8.4 - 2023-11-04
- 0.8.3 - 2023-09-29
- 0.8.2 - 2023-09-20 [YANKED]
- 0.8.1 - 2023-09-07
- 0.8.0 - 2023-09-03
- 0.7.1 - 2023-08-18
- 0.7.0 - 2023-08-11
- 0.6.0 - 2023-08-09
- 0.5.3 - 2023-08-06
- 0.5.2 - 2023-08-01
- 0.5.1 - 2023-07-04
- 0.5.0 - 2023-03-12
- 0.4.1 - 2022-11-09
- 0.4.0 - 2022-11-04
- 0.3.1 - 2022-11-01
- 0.3.0 - 2022-10-31
- 0.2.1 - 2022-10-24
- 0.2.0 - 2022-10-14
- 0.1.0 - 2022-10-09
0.9.9 - 2024-10-19
Fixed
Change
Encryptor::encrypt
andDecryptor::decrypt
to take the buffer to write to as a mutable reference (#457)
0.9.5 - 2024-04-16
0.9.3 - 2024-02-17
0.9.0 - 2024-01-18
0.8.7 - 2024-01-07
0.8.5 - 2023-11-29
0.8.2 - 2023-09-20 [YANKED]
0.8.0 - 2023-09-03
0.7.1 - 2023-08-18
0.7.0 - 2023-08-11
0.6.0 - 2023-08-09
0.5.2 - 2023-08-01
0.5.1 - 2023-07-04
0.5.0 - 2023-03-12
0.4.1 - 2022-11-09
0.4.0 - 2022-11-04
0.3.1 - 2022-11-01
0.3.0 - 2022-10-31
0.2.1 - 2022-10-24
0.2.0 - 2022-10-14
Changed
Change the type of parameters for
Encryptor::encrypt()
andDecryptor::decrypt()
. These now takesimpl AsMut<[u8]>
.Rename
Encryptor::new()
toEncryptor::with_params()
Change
Encryptor::new()
to use the recommended scrypt parameters instead of taking parametersChange the structure of types about the format