From ac6aa3e2d32086520c26c5e14b842a1bc3eb566d Mon Sep 17 00:00:00 2001 From: MaikelChan Date: Tue, 26 Oct 2021 02:13:41 +0200 Subject: [PATCH] Fixed regression: now it's able to handle AFS files with invalid dates. --- AFSLib | 2 +- AFSPacker/AFSPacker.csproj | 4 ++-- CHANGELOG.md | 4 ++++ 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/AFSLib b/AFSLib index 93b2374..f2c67c9 160000 --- a/AFSLib +++ b/AFSLib @@ -1 +1 @@ -Subproject commit 93b2374f3883c6b0421fa683003c4800031f3545 +Subproject commit f2c67c9e34db43f88ca9caec972880755b496e4c diff --git a/AFSPacker/AFSPacker.csproj b/AFSPacker/AFSPacker.csproj index 2ff5563..f77bd1b 100644 --- a/AFSPacker/AFSPacker.csproj +++ b/AFSPacker/AFSPacker.csproj @@ -6,11 +6,11 @@ win-x64 true false - 2.1.0 + 2.1.1 MaikelChan / PacoChan MaikelChan / PacoChan Tool to extract and create AFS files. - 2.1.0.0 + 2.1.1.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index e172520..a3eb5a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.1.1] - 2021-10-26 +### Fixed +- Fixed regression: now it's able to handle AFS files with invalid dates. + ## [2.1.0] - 2021-09-06 ### Added - Entry block alignment is now configurable.