diff --git a/CHANGELOG.md b/CHANGELOG.md index b87f670..629fc43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,14 @@ 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). +## [1.12.0] - 2026-03-14 +### Changed +- Update the dependencies. +- Drop the dependency on **Microsoft.Bcl.Memory** from a non-.NET-Standard package version. + +### Added +- [#203](https://github.com/ForNeVeR/TruePath/issues/203): Add `PathIo.EnumerateFiles` extension methods. Thanks to @pkazakov-dev! + ## [1.11.0] - 2025-11-25 ### Fixed - [#171: `AbsolutePath.Exists` should return `true` if the entity is a directory](https://github.com/ForNeVeR/TruePath/issues/171). Thanks to @cnaples79! @@ -188,4 +196,5 @@ This is the first published version of the package. It doesn't contain any featu [1.9.0]: https://github.com/ForNeVeR/TruePath/compare/v1.8.0...v1.9.0 [1.10.0]: https://github.com/ForNeVeR/TruePath/compare/v1.9.0...v1.10.0 [1.11.0]: https://github.com/ForNeVeR/TruePath/compare/v1.10.0...v1.11.0 -[Unreleased]: https://github.com/ForNeVeR/TruePath/compare/v1.11.0...HEAD +[1.12.0]: https://github.com/ForNeVeR/TruePath/compare/v1.11.0...v1.12.0 +[Unreleased]: https://github.com/ForNeVeR/TruePath/compare/v1.12.0...HEAD diff --git a/Directory.Build.props b/Directory.Build.props index 58ed369..59a3c38 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -6,9 +6,9 @@ SPDX-License-Identifier: MIT - 1.11.0 + 1.12.0 MIT - 2024-2025 TruePath contributors <https://github.com/ForNeVeR/TruePath> + 2024-2026 TruePath contributors <https://github.com/ForNeVeR/TruePath> README.md true true diff --git a/LICENSE.txt b/LICENSE.txt index 0eef7f9..ea18cde 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2024-2025 TruePath contributors +Copyright (c) 2024-2026 TruePath contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: