Skip to content

Commit

Permalink
Bump version to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tjardoo committed Sep 14, 2024
1 parent 676d71d commit d26e921
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

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

- Made timezone optional with `timezone` feature flag
- Re-exported `chrono_tz` crate

## v0.1.0 (2024-09-13)

- Initial release
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.0"
version = "0.1.1"
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 d26e921

Please sign in to comment.