File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 0.15.31] - 2026-04-08
9+ ### Details
10+ #### Fix
11+ - Handle concurrent mkdir race in NIO's createDirectory by @pepicrft in [ #312 ] ( https://github.com/tuist/FileSystem/pull/312 )
12+
813## [ 0.15.30] - 2026-04-07
914### Details
1015#### Chore
@@ -1223,6 +1228,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
12231228#### Fix
12241229- Do not throw error when resolving symlink of a plain directory by @fortmarek in [ #47 ] ( https://github.com/tuist/FileSystem/pull/47 )
12251230
1231+ [ 0.15.31 ] : https://github.com/tuist/FileSystem/compare/0.15.30..0.15.31
12261232[ 0.15.30 ] : https://github.com/tuist/FileSystem/compare/0.15.29..0.15.30
12271233[ 0.15.29 ] : https://github.com/tuist/FileSystem/compare/0.15.28..0.15.29
12281234[ 0.15.28 ] : https://github.com/tuist/FileSystem/compare/0.15.27..0.15.28
You can’t perform that action at this time.
0 commit comments