Skip to content

Commit 9d1dcf8

Browse files
committed
update changes
1 parent dd86890 commit 9d1dcf8

2 files changed

Lines changed: 20 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
1-
# 5.5.1
1+
# 5.6.0
22

33
## Improvements
4-
- Remove dependency to System.Memory
4+
- This release separately targets .NET 9 and .NET 10 along with .NET 8
5+
- Remove dependency to System.Memory package
6+
- Improve IPv6 Base85 encoding/decoding performance
7+
8+
## Fixes
9+
- Base58.TryDecodeCheck() now consistently returns version 0 in its output for failure cases
10+
- Base32.DecodeUInt64() and Base32.TryDecodeUInt64() will now always decode correctly for smaller inputs
11+
- Multiple bugs in Base85 IPv6 decoding have been addressed
512

613
# 5.5.0
714

src/SimpleBase.csproj

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,17 @@
3333
<PackageReadmeFile>README.md</PackageReadmeFile>
3434
<PackageReleaseNotes>
3535
<![CDATA[
36-
36+
# 5.6.0
37+
38+
## Improvements
39+
- This release separately targets .NET 9 and .NET 10 along with .NET 8
40+
- Remove dependency to System.Memory package
41+
- Improve IPv6 Base85 encoding/decoding performance
42+
43+
## Fixes
44+
- Base58.TryDecodeCheck() now consistently returns version 0 in its output for failure cases
45+
- Base32.DecodeUInt64() and Base32.TryDecodeUInt64() will now always decode correctly for smaller inputs
46+
- Multiple bugs in Base85 IPv6 decoding have been addressed
3747
]]>
3848
</PackageReleaseNotes>
3949
</PropertyGroup>

0 commit comments

Comments
 (0)