From 9b17576dec7192b6e8549969ede69ed636cfa4a6 Mon Sep 17 00:00:00 2001 From: "Brian L. Troutwine" Date: Wed, 6 Nov 2024 16:33:51 -0800 Subject: [PATCH] Release lading 0.24.0 (#1098) This release modifies the logrotate FS configuration to include a load profile, allowing the user to specify either constant load for a linearly increasing load. This is a breaking configuration change. Signed-off-by: Brian L. Troutwine --- 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 9987cf676..bc0d96d98 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.24.0] ## Added - Introduced load profile configuration for logrotate FS. This is a breaking configuration change. diff --git a/Cargo.lock b/Cargo.lock index d9b3bcfc1..8b0751efe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1425,7 +1425,7 @@ dependencies = [ [[package]] name = "lading" -version = "0.23.5" +version = "0.24.0" dependencies = [ "async-compression", "async-pidfd", diff --git a/lading/Cargo.toml b/lading/Cargo.toml index d9a1a36e8..f0ae67888 100644 --- a/lading/Cargo.toml +++ b/lading/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lading" -version = "0.23.5" +version = "0.24.0" authors = [ "Brian L. Troutwine ", "George Hahn ",