Skip to content

Commit 81243fa

Browse files
committed
Release v0.10.2
1 parent 9add639 commit 81243fa

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## [Unreleased]
44

5+
## [v0.10.2] - 2023-12-04
6+
7+
### Fixed
8+
9+
* Avoid creation of possibly-uninitialized `[u8]` slices.
10+
511
## [v0.10.1] - 2023-11-20
612

713
### Fixed
@@ -124,7 +130,8 @@
124130

125131
Look at the [release tags] for information about older releases.
126132

127-
[Unreleased]: https://github.com/sfackler/hyper-openssl/compare/0.10.1...master
133+
[Unreleased]: https://github.com/sfackler/hyper-openssl/compare/0.10.2...master
134+
[v0.10.2]: https://github.com/sfackler/hyper-openssl/compare/0.10.1...0.10.2
128135
[v0.10.1]: https://github.com/sfackler/hyper-openssl/compare/0.10.0...0.10.1
129136
[v0.10.0]: https://github.com/sfackler/hyper-openssl/compare/0.9.2...0.10.0
130137
[v0.9.2]: https://github.com/sfackler/hyper-openssl/compare/0.9.1...0.9.2

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hyper-openssl"
3-
version = "0.10.1"
3+
version = "0.10.2"
44
authors = ["Steven Fackler <sfackler@gmail.com>"]
55
edition = "2021"
66
description = "Hyper TLS support via OpenSSL"

0 commit comments

Comments
 (0)