diff --git a/CHANGELOG.md b/CHANGELOG.md index 53317ad..c9d10b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.toml b/Cargo.toml index 557abd6..872cf3a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "flexi_logger" -version = "0.29.2" +version = "0.29.3" authors = ["emabee "] categories = ["development-tools::debugging"] description = """