Skip to content

Commit 9391274

Browse files
chore: Update gitoid CHANGELOG for 0.8.0
Signed-off-by: Andrew Lilley Brinker <alilleybrinker@gmail.com>
1 parent 64895fa commit 9391274

File tree

1 file changed

+21
-4
lines changed

1 file changed

+21
-4
lines changed

gitoid/CHANGELOG.md

Lines changed: 21 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,26 @@
22

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

5-
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6-
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
5+
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6+
7+
## [0.8.0] - 2024-09-26
8+
9+
The big news in `gitoid@0.8.0` is that we've added support for swapping out the
10+
cryptography-provider backend, and now support three options:
11+
12+
- `rustcrypto`
13+
- `boringssl`
14+
- `openssl`
15+
16+
All of these can be controlled via features on the crate. You do have to pick
17+
_at least one_ of them, but you can pick more than one if you want and then
18+
decide which to use at runtime.
19+
20+
We also added some benchmarks to enable comparing them.
21+
22+
Huge thank you to [@fkautz] for the work on this!
23+
24+
[@fkautz]: https://github.com/fkautz
725

826
## [0.7.1] - 2024-03-09
927

@@ -83,11 +101,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
83101
- Hide C test executables
84102
- Moved, cleaned up cbindgen.toml
85103

104+
[0.8.0]: https://github.com/omnibor/omnibor-rs/compare/gitoid-v0.7.1..gitoid-v0.8.0
86105
[0.7.1]: https://github.com/omnibor/omnibor-rs/compare/gitoid-v0.7.0..gitoid-v0.7.1
87106
[0.7.0]: https://github.com/omnibor/omnibor-rs/compare/gitoid-v0.6.0..gitoid-v0.7.0
88107
[0.6.0]: https://github.com/omnibor/omnibor-rs/compare/gitoid-v0.5.0..gitoid-v0.6.0
89108
[0.5.0]: https://github.com/omnibor/omnibor-rs/compare/gitoid-v0.4.0..gitoid-v0.5.0
90109
[0.4.0]: https://github.com/omnibor/omnibor-rs/compare/gitoid-v0.3.0..gitoid-v0.4.0
91110
[0.3.0]: https://github.com/omnibor/omnibor-rs/compare/v0.1.3..gitoid-v0.3.0
92-
93-
<!-- generated by git-cliff -->

0 commit comments

Comments
 (0)