From 767beae6404092a3cfa4199034f31b8b37343536 Mon Sep 17 00:00:00 2001 From: George Hahn Date: Wed, 11 Sep 2024 01:01:27 -0500 Subject: [PATCH] Prepare release 0.23.2 --- CHANGELOG.md | 2 +- Cargo.lock | 2 +- lading/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b62bf9153..72f9d23ed 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] ### Changed - Now built using rust 1.81.0. diff --git a/Cargo.lock b/Cargo.lock index 0717efce2..e95456b96 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1406,7 +1406,7 @@ dependencies = [ [[package]] name = "lading" -version = "0.23.1" +version = "0.23.2" dependencies = [ "async-pidfd", "average", diff --git a/lading/Cargo.toml b/lading/Cargo.toml index 986d2f1e5..7b77c2574 100644 --- a/lading/Cargo.toml +++ b/lading/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lading" -version = "0.23.1" +version = "0.23.2" authors = [ "Brian L. Troutwine ", "George Hahn ",