Skip to content

Commit

Permalink
Bump to 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xoofx committed Aug 31, 2021
1 parent 9e03862 commit 2aa6085
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 0.13.0 (31 Aug 2021)
- Fix PhysicalFileSystem on .NET Framework 4

## 0.12.0 (31 May 2021)
- Breaking change: Add new `IFileSystem.EnumerateItems` to optimize scanning by fetching important attributes along the scan (e.g length, file or directory...etc.).
- Breaking change: For performance reasons, `MountFileSystem`/`AggregateFileSystem` are no longer thread safe when modifying their mounts/filesystems.
Expand Down
2 changes: 1 addition & 1 deletion src/Zio/Zio.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Copyright>Alexandre Mutel</Copyright>
<AssemblyTitle>Zio</AssemblyTitle>
<NeutralLanguage>en-US</NeutralLanguage>
<VersionPrefix>0.12.0</VersionPrefix>
<VersionPrefix>0.13.0</VersionPrefix>
<Authors>Alexandre Mutel</Authors>
<TargetFrameworks>net40;net45;netstandard2.0;netstandard2.1</TargetFrameworks>
<AssemblyName>Zio</AssemblyName>
Expand Down

0 comments on commit 2aa6085

Please sign in to comment.