From 1842c4f1e87033e1712070e159a109654aa478bd Mon Sep 17 00:00:00 2001 From: Meinolf Block Date: Sat, 12 Oct 2024 23:44:58 +0200 Subject: [PATCH] [0.29.3] Publish --- CHANGELOG.md | 5 +++-- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) 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 = """