Skip to content

Releases: xoofx/Blake3.NET

1.1.0

02 Mar 16:09
Compare
Choose a tag to compare

Changes

✨ New Features

  • Add nuget.org only config (6f7d9c8)
  • Add obsolete constructor and block its usage with obsolete (Fixes #24) (2213abe)

🧰 Maintenance

  • Update ci.yml with nuget config (45d387d)
  • Update ci with reusable workflows (25d9165)

📦 Dependencies

🧰 Misc

Full Changelog: 1.0.0...1.1.0

Published with dotnet-releaser

1.0.0

08 Oct 08:17
Compare
Choose a tag to compare

Changes

🚨 Breaking Changes

  • Breaking change: Change extension method from Hash.AsSpanUnsafe to Hash.AsSpan() and use UnscopeRef to protect usage (9a23e52)

🧰 Misc

Full Changelog: 0.6.1...1.0.0

Published with dotnet-releaser

0.6.1

29 Sep 19:16
0bb6593
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

  • Update runners to use older images for Ubuntu and MacOS (PR #22)

Full Changelog: 0.6.0...0.6.1

Published with dotnet-releaser

0.6.0

23 Jul 17:04
Compare
Choose a tag to compare

Changes

🧰 Maintenance

  • Update ci to use dotnet-releaser (70d2eec)
  • Fix ci with dotnet-releaser when secrets are not available (9588eef)
  • Fix ci with dotnet-releaser when secrets are not available (bis) (6423f40)

📦 Dependencies

🧰 Misc

  • Use bash with dotnet-releaser in GitHub Action (5bbff10)
  • Update readme.md about using .NET 6.0 SDK (d83e51d)
  • Update readme.md to add osx-arm64 target (62d43ac)
  • Update cargo.toml to latest Blake3 (7e516aa)
  • Update binaries to Blake3 1.4.1 (1ba01ae)

Full Changelog: 0.5.1...0.6.0

Published with dotnet-releaser