From b2c6c9a68fd7609ca1b7b3e8dd4d2fc76396eac3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 18:07:14 +0000 Subject: [PATCH] [Release] FileSystem 0.7.2 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 696ae00..3bf1a52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ 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.7.2] - 2025-01-15 +### Details +#### Chore +- Update dependency apple/swift-nio to from: "2.79.0" by @renovate[bot] in [#102](https://github.com/tuist/FileSystem/pull/102) + ## [0.7.1] - 2025-01-13 ### Details #### Chore @@ -239,6 +244,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 #### Fix - Do not throw error when resolving symlink of a plain directory by @fortmarek in [#47](https://github.com/tuist/FileSystem/pull/47) +[0.7.2]: https://github.com/tuist/FileSystem/compare/0.7.1..0.7.2 [0.7.1]: https://github.com/tuist/FileSystem/compare/0.7.0..0.7.1 [0.7.0]: https://github.com/tuist/FileSystem/compare/0.6.24..0.7.0 [0.6.24]: https://github.com/tuist/FileSystem/compare/0.6.23..0.6.24