# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [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 - Add RecvMsg::iovs ## [0.1.2](https://github.com/bearcove/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/bearcove/ktls-recvmsg/compare/v0.1.0...v0.1.1) - 2023-09-28 ### Other - Re-export fewer things, simplify cfg gates - release ## [0.1.0](https://github.com/bearcove/ktls-recvmsg/releases/tag/v0.1.0) - 2023-09-28 ### Other - Add description & license - Switch to release-plz - Add 'open release PR' github workflow - Re-use some nix types - Add readme - Initial import