From c2e891441986e8c326c16109802c25b538b95278 Mon Sep 17 00:00:00 2001 From: release-plz Date: Mon, 2 Oct 2023 22:23:04 +0000 Subject: [PATCH] chore: release Signed-off-by: release-plz --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 194a282..d785e8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.2](https://github.com/hapsoc/ktls-recvmsg/compare/v0.1.1...v0.1.2) - 2023-10-02 + +### Other +- Use rust stable? +- Put the test workflow in the right directory 🤦 +- Run tests in CI + ## [0.1.1](https://github.com/hapsoc/ktls-recvmsg/compare/v0.1.0...v0.1.1) - 2023-09-28 ### Other diff --git a/Cargo.lock b/Cargo.lock index 74d02d2..be177ce 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -22,7 +22,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "ktls-recvmsg" -version = "0.1.1" +version = "0.1.2" dependencies = [ "libc", "nix", diff --git a/Cargo.toml b/Cargo.toml index 2c33ce7..065c924 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ktls-recvmsg" -version = "0.1.1" +version = "0.1.2" edition = "2021" description = "Bits of the nix crate, extracted to be able to call recvmsg for ktls purposes" license = "MIT"