From 564d9de6752f89c66dcf20c030452cfe5f7d24d4 Mon Sep 17 00:00:00 2001 From: daimond113 <72147841+daimond113@users.noreply.github.com> Date: Sat, 30 Nov 2024 11:31:17 +0100 Subject: [PATCH] fix: allow includes to include top level files --- CHANGELOG.md | 4 ++++ src/lib.rs | 5 ++--- 2 files changed, 6 insertions(+), 3 deletions(-) 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