Skip to content

Commit

Permalink
[0.29.3] Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
emabee committed Oct 12, 2024
1 parent 6d308ff commit 1842c4f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this
project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.29.3] - unpublished
## [0.29.3] - 2024-10-12

Removed dependency to `glob`, to fix issue-173.
Removed dependency to `glob` by implementing the necessary file searches explicitly,
to fix issue-173.

## [0.29.2] - 2024-10-07

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 = "flexi_logger"
version = "0.29.2"
version = "0.29.3"
authors = ["emabee <[email protected]>"]
categories = ["development-tools::debugging"]
description = """
Expand Down

0 comments on commit 1842c4f

Please sign in to comment.