From f2a7577c51efb8477354ad3af0a9ec9430155bab Mon Sep 17 00:00:00 2001 From: Test User Date: Mon, 20 Jan 2025 23:52:19 +0700 Subject: [PATCH] release: v0.13.8 --- CHANGELOG.md | 25 +++++++++++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 27 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 112bf26..4f64d04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,31 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.13.8] - 2025-01-20 +[0.13.8]: https://github.com/bodo-run/yek/compare/v0.13.7...v0.13.8 +### Bug Fixes + +- Use WalkBuilder in streaming mode to respect gitignore +- Include hidden files in WalkBuilder configuration + +### Miscellaneous Tasks + +- Fix the release script + +### Refactor + +- Improve gitignore handling and fix clippy warnings +- Improve binary file handling and remove duplicate gitignore checks + +### Testing + +- Add comprehensive gitignore end-to-end tests +- Fix binary file test assertion + +### Ci + +- Simpler release script + ## [0.13.7] - 2025-01-19 [0.13.7]: https://github.com/bodo-run/yek/compare/v0.13.5...v0.13.7 ### Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index ca45e0a..5f9d7a7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3358,7 +3358,7 @@ dependencies = [ [[package]] name = "yek" -version = "0.13.7" +version = "0.13.8" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index cdebb5b..4a9ca74 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yek" -version = "0.13.7" +version = "0.13.8" edition = "2021" [dependencies]