Skip to content

Commit

Permalink
Release v0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed Dec 5, 2023
1 parent 9add639 commit 81243fa
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## [Unreleased]

## [v0.10.2] - 2023-12-04

### Fixed

* Avoid creation of possibly-uninitialized `[u8]` slices.

## [v0.10.1] - 2023-11-20

### Fixed
Expand Down Expand Up @@ -124,7 +130,8 @@

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

[Unreleased]: https://github.com/sfackler/hyper-openssl/compare/0.10.1...master
[Unreleased]: https://github.com/sfackler/hyper-openssl/compare/0.10.2...master
[v0.10.2]: https://github.com/sfackler/hyper-openssl/compare/0.10.1...0.10.2
[v0.10.1]: https://github.com/sfackler/hyper-openssl/compare/0.10.0...0.10.1
[v0.10.0]: https://github.com/sfackler/hyper-openssl/compare/0.9.2...0.10.0
[v0.9.2]: https://github.com/sfackler/hyper-openssl/compare/0.9.1...0.9.2
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hyper-openssl"
version = "0.10.1"
version = "0.10.2"
authors = ["Steven Fackler <[email protected]>"]
edition = "2021"
description = "Hyper TLS support via OpenSSL"
Expand Down

0 comments on commit 81243fa

Please sign in to comment.