Skip to content

Commit 47d7b0f

Browse files
committed
proj: prepare 0.12.1 release
1 parent a639124 commit 47d7b0f

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## 0.12.1 (2024-03-21)
4+
5+
### Added
6+
7+
* Initial support for building with [cargo-c].
8+
* Experimental support for building `rustls-ffi` as a dynamic library (`cdylib`).
9+
10+
[cargo-c]: https://github.com/lu-zero/cargo-c
11+
312
## 0.12.0 (2023-12-03)
413

514
This release updates to [Rustls 0.22], but does not yet expose support for

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustls-ffi"
3-
version = "0.12.0"
3+
version = "0.12.1"
44
authors = ["Jacob Hoffman-Andrews <[email protected]>"]
55
license = "Apache-2.0/ISC/MIT"
66
readme = "README-crates.io.md"

0 commit comments

Comments
 (0)