diff --git a/CHANGELOG.md b/CHANGELOG.md index 161918b..dec95e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ 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). +## [Unreleased] +### Fixed +- Fix `includes` not supporting root files by @daimond113 + ## [0.5.0-rc.13] - 2024-11-28 ### Added - Print that no updates are available in `outdated` command by @daimond113 diff --git a/src/lib.rs b/src/lib.rs index 831682f..837b003 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -255,11 +255,10 @@ pub async fn matching_globs_old_behaviour<'a, P: AsRef, I: IntoIterator