From ce0d966086d85c04a8284dbd545d4ca9f4d9825d Mon Sep 17 00:00:00 2001 From: George Hahn Date: Tue, 22 Nov 2022 12:41:14 -0700 Subject: [PATCH] Bump version + changelog (rc) --- CHANGELOG.md | 4 ++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4260be042..3456a67c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.11.1-rc1] - 2022-11-22 +### Added +- Releases now include x86-64 musl binaries + ## [0.11.0] - 2022-11-16 ### Added - Observer now measures child processes of the target diff --git a/Cargo.lock b/Cargo.lock index c446fa8a3..a0e326094 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -870,7 +870,7 @@ dependencies = [ [[package]] name = "lading" -version = "0.11.0" +version = "0.11.1" dependencies = [ "arbitrary", "async-pidfd", diff --git a/Cargo.toml b/Cargo.toml index be27872ce..24f7719ca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ members = [ [package] name = "lading" -version = "0.11.0" +version = "0.11.1" authors = ["Brian L. Troutwine "] edition = "2021" license = "MIT"