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

Commit 32cbb91

Browse files
Merge pull request #8 from hapsoc/release-plz/2023-10-02T21-52-20Z
chore: release v0.1.2
2 parents cc3527d + c2e8914 commit 32cbb91

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.1.2](https://github.com/hapsoc/ktls-recvmsg/compare/v0.1.1...v0.1.2) - 2023-10-02
10+
11+
### Other
12+
- Use rust stable?
13+
- Put the test workflow in the right directory 🤦
14+
- Run tests in CI
15+
916
## [0.1.1](https://github.com/hapsoc/ktls-recvmsg/compare/v0.1.0...v0.1.1) - 2023-09-28
1017

1118
### Other

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.1"
3+
version = "0.1.2"
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)