From 1e17dde89cf498f287cae7d90e18618fc5c28137 Mon Sep 17 00:00:00 2001 From: Canop Date: Mon, 13 Nov 2023 11:58:13 +0100 Subject: version 1.28.1 --- CHANGELOG.md | 5 +++-- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab35b39..d2f0617 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ -### next -- fix regression in rooted gitignore patterns - Fix #795 +### v1.28.1 - 2023-11-13 + +- fix a regression in handling of rooted gitignore patterns - Fix #795 ### v1.28.0 - 2023-11-12 diff --git a/Cargo.lock b/Cargo.lock index da8cb34..50c6e43 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -217,7 +217,7 @@ checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a" [[package]] name = "broot" -version = "1.28.0" +version = "1.28.1" dependencies = [ "ahash 0.8.6", "ansi_colours", diff --git a/Cargo.toml b/Cargo.toml index b130526..bbc0199 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "broot" -version = "1.28.1-dev" +version = "1.28.1" authors = ["dystroy "] repository = "https://github.com/Canop/broot" homepage = "https://dystroy.org/broot" -- cgit v1.2.3