diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a28010a5..c9fff318c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ 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.23.2-rc1] ### Changed - Now built using rust 1.81.0. diff --git a/Cargo.lock b/Cargo.lock index e89292cc3..3b598ca32 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1406,7 +1406,7 @@ dependencies = [ [[package]] name = "lading" -version = "0.23.1" +version = "0.23.2-rc1" dependencies = [ "async-pidfd", "average", diff --git a/lading/Cargo.toml b/lading/Cargo.toml index a5bfc986f..abe30712b 100644 --- a/lading/Cargo.toml +++ b/lading/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lading" -version = "0.23.1" +version = "0.23.2-rc1" authors = [ "Brian L. Troutwine ", "George Hahn ",