Skip to content

Commit fd6c64f

Browse files
committed
chore(release): editorial changes to changelogs
1 parent 5dfe546 commit fd6c64f

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

cryprot-codes/CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
## [0.2.1](https://github.com/robinhundt/CryProt/compare/cryprot-codes-v0.2.0...cryprot-codes-v0.2.1) - 2026-01-21
1111

1212
### Other
13-
14-
- update Cargo.toml dependencies
13+
- update dependencies

cryprot-core/CHANGELOG.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
## [0.3.0](https://github.com/robinhundt/CryProt/compare/cryprot-core-v0.2.0...cryprot-core-v0.3.0) - 2026-01-21
1111

12-
### Fixed
12+
### Removed
13+
- [**breaking**] remove `nightly` feature ([#30](https://github.com/robinhundt/CryProt/pull/30))
1314

14-
- *(cryprot-core)* [**breaking**] set is_nightly cfg in build.rs
15+
### Changed
16+
- set is_nightly cfg in build.rs if using nightly compiler ([#30](https://github.com/robinhundt/CryProt/pull/30))
17+
- refactor AVX2 transpose for better understandability and less use of unsafe ([#13](https://github.com/robinhundt/CryProt/pull/13))
18+
- remove unsafe from portable transpose implementation ([#14](https://github.com/robinhundt/CryProt/pull/14))
1519

16-
### Other
1720

18-
- Merge pull request #14 from robinhundt/protable-transpose-remove-unsafe
19-
- portable transpose remove unsafe
20-
- update wide
21+
### Other
22+
- update dependencies

cryprot-net/CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
## [0.2.1](https://github.com/robinhundt/CryProt/compare/cryprot-net-v0.2.0...cryprot-net-v0.2.1) - 2026-01-21
1111

1212
### Other
13-
14-
- update Cargo.toml dependencies
13+
- update dependencies

cryprot-ot/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
### Security
1313

14-
- fix silent OT mal OT security
14+
- fix silent OT malicious security ([#23](https://github.com/robinhundt/CryProt/pull/23))

cryprot-pprf/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
### Other
1313

14-
- update Cargo.toml dependencies
14+
- update dependencies

0 commit comments

Comments
 (0)