Skip to content

Commit

Permalink
Bump version to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tjardoo committed Sep 17, 2024
1 parent 86f22a5 commit 9551eca
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## v0.1.2 (2024-09-17)

- Rotate log file if file size exceeds `max_file_size`
- Add `levels` filter to `Config`
- Add `targets` filter to `Config`
- Add `test` driver to be used in tests

## v0.1.1 (2024-09-14)

- Made timezone optional with `timezone` feature flag
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ftail"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
license = "MIT"
description = "Ftail is simple logging implementation for the `log` crate with support for multiple drivers."
Expand Down

0 comments on commit 9551eca

Please sign in to comment.