File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ ) and this
6
6
project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## [ unpublished]
8
+ ## [ 0.29.4] - 2024-10-21
9
+
10
+ Fix [ issue #179 ] ( https://github.com/emabee/flexi_logger/issues/179 ) that in rotation with
11
+ custom time format the custom time format was not applied properly
12
+ (kudos to [ alboyer] ( https://github.com/alboyer ) ).
9
13
10
14
Remove the RwLock around the color palette.
11
15
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " flexi_logger"
3
- version = " 0.29.3 "
3
+ version = " 0.29.4 "
4
4
authors = [
" emabee <[email protected] >" ]
5
5
categories = [" development-tools::debugging" ]
6
6
description = """
You can’t perform that action at this time.
0 commit comments