Skip to content
This repository was archived by the owner on Mar 20, 2024. It is now read-only.

Commit be049f4

Browse files
chore: release
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 15609f6 commit be049f4

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.2.0](https://github.com/bearcove/ktls-recvmsg/compare/v0.1.3...v0.2.0) - 2024-03-20
10+
11+
### Added
12+
- [**breaking**] upgrade to [email protected]
13+
14+
### Other
15+
- hapsoc => bearcove
16+
- Add repository link
17+
- Move to github-hosted runners
18+
919
## [0.1.3](https://github.com/bearcove/ktls-recvmsg/compare/v0.1.2...v0.1.3) - 2023-10-08
1020

1121
### Added

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ktls-recvmsg"
3-
version = "0.1.3"
3+
version = "0.2.0"
44
edition = "2021"
55
description = "Bits of the nix crate, extracted to be able to call recvmsg for ktls purposes"
66
license = "MIT"

0 commit comments

Comments
 (0)