From 7b88e3ed88d2d0bc1e59d883b5434204d291551a Mon Sep 17 00:00:00 2001 From: Bogdan Opanchuk Date: Fri, 18 Oct 2024 17:29:13 -0700 Subject: [PATCH] v0.6.0-pre.2 released --- CHANGELOG.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d23dfd0..20aa5ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased - -## [0.6.0-pre.2] - 2024-10-15 +## [0.6.0-pre.2] - 2024-10-18 ### Changed @@ -14,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Switch to binary GCD for improved performance ([#54]) - Remove bit precision from the public API ([#46]) + [#55]: https://github.com/entropyxyz/crypto-primes/pull/55 [#54]: https://github.com/entropyxyz/crypto-primes/pull/54 [#46]: https://github.com/entropyxyz/crypto-primes/pull/46