|
2 | 2 |
|
3 | 3 | All notable changes to this project will be documented in this file.
|
4 | 4 |
|
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 |
7 | 25 |
|
8 | 26 | ## [0.7.1] - 2024-03-09
|
9 | 27 |
|
@@ -83,11 +101,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
83 | 101 | - Hide C test executables
|
84 | 102 | - Moved, cleaned up cbindgen.toml
|
85 | 103 |
|
| 104 | +[0.8.0]: https://github.com/omnibor/omnibor-rs/compare/gitoid-v0.7.1..gitoid-v0.8.0 |
86 | 105 | [0.7.1]: https://github.com/omnibor/omnibor-rs/compare/gitoid-v0.7.0..gitoid-v0.7.1
|
87 | 106 | [0.7.0]: https://github.com/omnibor/omnibor-rs/compare/gitoid-v0.6.0..gitoid-v0.7.0
|
88 | 107 | [0.6.0]: https://github.com/omnibor/omnibor-rs/compare/gitoid-v0.5.0..gitoid-v0.6.0
|
89 | 108 | [0.5.0]: https://github.com/omnibor/omnibor-rs/compare/gitoid-v0.4.0..gitoid-v0.5.0
|
90 | 109 | [0.4.0]: https://github.com/omnibor/omnibor-rs/compare/gitoid-v0.3.0..gitoid-v0.4.0
|
91 | 110 | [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