diff --git a/docs/README.md b/docs/README.md index b6a93aea..6f65a292 100644 --- a/docs/README.md +++ b/docs/README.md @@ -22,9 +22,15 @@ --- +### 1.33.0 +- [New] Support Template formulas (#622) (via @meld-cp) +- [New] Update DynamicConfiguration format (#595) (via @wangboshun) +- [OPT] CSV enumeration and code reusage (#600) (via @duszekmestre) +- [OPT] 1900 year DateTime correction #599 (via @duszekmestre) + ### 1.32.1 -- [New] .NET5^ support image `ReadOnlySpan` -- [Bug] Remove bug with Portable.System.DateTimeOnly and only support DateOnly .NET6^ #594 +- [New] .NET5^ support image `ReadOnlySpan` (via @shps951023) +- [Bug] Remove bug with Portable.System.DateTimeOnly and only support DateOnly .NET6^ #594 (via @shps951023) ### 1.32.0 - [New] Using DynamicConfiguration when writing data using DataTable (via @pszybiak) diff --git a/docs/README.zh-CN.md b/docs/README.zh-CN.md index 1a06f2b5..07d792c9 100644 --- a/docs/README.zh-CN.md +++ b/docs/README.zh-CN.md @@ -25,9 +25,15 @@ --- +### 1.33.0 +- [New] 支持 Template 公式 (#622) (via @meld-cp) +- [New] 更新 DynamicConfiguration format (#595) (via @wangboshun) +- [OPT] CSV enumeration and code reusage (#600) (via @duszekmestre) +- [OPT] 1900 year DateTime correction #599 (via @duszekmestre) + ### 1.32.1 -- [New] .NET5^ support image `ReadOnlySpan` -- [Bug] Remove bug with Portable.System.DateTimeOnly and only support DateOnly .NET6^ #594 +- [New] .NET5^ support image `ReadOnlySpan` (via @shps951023) +- [Bug] Remove bug with Portable.System.DateTimeOnly and only support DateOnly .NET6^ #594 (via @shps951023) ### 1.32.0 - [New] Using DynamicConfiguration when writing data using DataTable (via @pszybiak) diff --git a/docs/README.zh-Hant.md b/docs/README.zh-Hant.md index 213576aa..9e0bb915 100644 --- a/docs/README.zh-Hant.md +++ b/docs/README.zh-Hant.md @@ -24,9 +24,15 @@ --- +### 1.33.0 +- [New] 支持 Template 公式 (#622) (via @meld-cp) +- [New] 更新 DynamicConfiguration format (#595) (via @wangboshun) +- [OPT] CSV enumeration and code reusage (#600) (via @duszekmestre) +- [OPT] 1900 year DateTime correction #599 (via @duszekmestre) + ### 1.32.1 -- [New] .NET5^ support image `ReadOnlySpan` -- [Bug] Remove bug with Portable.System.DateTimeOnly and only support DateOnly .NET6^ #594 +- [New] .NET5^ support image `ReadOnlySpan` (via @shps951023) +- [Bug] Remove bug with Portable.System.DateTimeOnly and only support DateOnly .NET6^ #594 (via @shps951023) ### 1.32.0 - [New] Using DynamicConfiguration when writing data using DataTable (via @pszybiak) diff --git a/src/MiniExcel/MiniExcelLibs.csproj b/src/MiniExcel/MiniExcelLibs.csproj index 118036af..f3782211 100644 --- a/src/MiniExcel/MiniExcelLibs.csproj +++ b/src/MiniExcel/MiniExcelLibs.csproj @@ -1,7 +1,7 @@  net45;netstandard2.0;net6.0; - 1.32.1 + 1.33.0 MiniExcel