diff --git a/CHANGELOG.md b/CHANGELOG.md index e970d1d..9aeafbc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.0](https://github.com/bearcove/ktls-recvmsg/compare/v0.1.3...v0.2.0) - 2024-03-20 + +### Added +- [**breaking**] upgrade to nix@0.28 + +### Other +- hapsoc => bearcove +- Add repository link +- Move to github-hosted runners + ## [0.1.3](https://github.com/bearcove/ktls-recvmsg/compare/v0.1.2...v0.1.3) - 2023-10-08 ### Added diff --git a/Cargo.lock b/Cargo.lock index b7837d8..fd659d2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -28,7 +28,7 @@ checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e" [[package]] name = "ktls-recvmsg" -version = "0.1.3" +version = "0.2.0" dependencies = [ "libc", "nix", diff --git a/Cargo.toml b/Cargo.toml index 527c189..e28d906 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ktls-recvmsg" -version = "0.1.3" +version = "0.2.0" edition = "2021" description = "Bits of the nix crate, extracted to be able to call recvmsg for ktls purposes" license = "MIT"