From ea072993ebfcc85917c5ac57599cf276dba600e2 Mon Sep 17 00:00:00 2001 From: fortmarek Date: Mon, 28 Oct 2024 08:31:16 +0000 Subject: [PATCH] [Release] FileSystem 0.5.2 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 238c4a2..617266d 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.5.2] - 2024-10-28 +### Details +#### Chore +- Update actions/checkout action to v4 by @renovate[bot] in [#67](https://github.com/tuist/FileSystem/pull/67) + ## [0.5.1] - 2024-10-28 ### Details #### Chore @@ -87,6 +92,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.5.2]: https://github.com/tuist/FileSystem/compare/0.5.1..0.5.2 [0.5.1]: https://github.com/tuist/FileSystem/compare/0.5.0..0.5.1 [0.5.0]: https://github.com/tuist/FileSystem/compare/0.4.9..0.5.0 [0.4.9]: https://github.com/tuist/FileSystem/compare/0.4.8..0.4.9