Skip to content

Commit

Permalink
Update changelogs and bump version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
jyn514 committed Sep 16, 2022
1 parent bd4f8d5 commit da2c13e
Show file tree
Hide file tree
Showing 6 changed files with 39 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

## [Unreleased]

## [v2.1.0] - 2022-09-16

This release contains several changes to `boring-sys` as well; make sure to read its changelog.

### Added

* `BigNumRef::to_vec_padded`

### Fixed

* Remove uses of `mem::uninitialized`

## [v2.0.0] - 2021-12-16

### Changed
Expand Down
17 changes: 17 additions & 0 deletions boring-sys/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

## [Unreleased]

## [v2.1.0] - 2022-09-16

### Added

* Support using a FIPS-certified boringssl. You can enable this with `--features fips`.
* Support `aarch64-apple-ios-sim` targets

### Changed

* Updated `bindgen` to `1.60`
* Updated `boring-sys` to f1c75347daa2ea81a941e953f2263e0a4d970c8d. In particular, this makes boring compatible with `quiche 0.12`.

### Fixed

* Use the Android NDK sysroot when running bindgen
* Only apply the MSVC generator hack when targeting MSVC, not all Windows targets

## [v2.0.0] - 2021-12-16

### Added
Expand Down
2 changes: 1 addition & 1 deletion boring-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "boring-sys"
version = "2.0.0"
version = "2.1.0"
authors = ["Alex Crichton <[email protected]>",
"Steven Fackler <[email protected]>",
"Ivan Nikulin <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion boring/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "boring"
version = "2.0.0"
version = "2.1.0"
authors = ["Steven Fackler <[email protected]>", "Ivan Nikulin <[email protected]>"]
license = "Apache-2.0"
description = "BoringSSL bindings"
Expand Down
7 changes: 7 additions & 0 deletions hyper-boring/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

## [Unreleased]


## [v2.1.2] - 2022-09-16

### Added

* `impl Debug for MaybeHttpsStream`

## [v2.1.1] - 2021-12-16

### Changed
Expand Down
2 changes: 1 addition & 1 deletion hyper-boring/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hyper-boring"
version = "2.1.1"
version = "2.1.2"
authors = ["Steven Fackler <[email protected]>", "Ivan Nikulin <[email protected]>"]
edition = "2018"
description = "Hyper TLS support via BoringSSL"
Expand Down

0 comments on commit da2c13e

Please sign in to comment.