We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 425c853 commit a3d46e0Copy full SHA for a3d46e0
2 files changed
CHANGELOG.md
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [0.18.2](https://github.com/gin66/tui-logger/compare/v0.18.1...v0.18.2) - 2026-04-01
11
+
12
+### Other
13
14
+- switch from chrono to jiff ([#96](https://github.com/gin66/tui-logger/pull/96))
15
16
## [0.18.1](https://github.com/gin66/tui-logger/compare/v0.18.0...v0.18.1) - 2026-01-19
17
18
### Fixed
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "tui-logger"
3
-version = "0.18.1"
+version = "0.18.2"
4
authors = ["Jochen Kiemes <jochen@kiemes.de>"]
5
edition = "2021"
6
license = "MIT"
0 commit comments