Skip to content

Commit c5728d0

Browse files
committed
Release lading 0.24.0
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 <[email protected]>
1 parent d8739c2 commit c5728d0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## Unreleased
7+
## [0.24.0]
88
## Added
99
- Introduced load profile configuration for logrotate FS. This is a breaking
1010
configuration change.

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lading/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lading"
3-
version = "0.23.5"
3+
version = "0.24.0"
44
authors = [
55
"Brian L. Troutwine <[email protected]>",
66
"George Hahn <[email protected]>",

0 commit comments

Comments
 (0)