From 00bd09fe94f5fb88b649ba2e660dbb603388eb7a Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Tue, 27 Jun 2023 16:30:22 -0600 Subject: [PATCH] bign256 v0.13.0 (#903) --- Cargo.lock | 2 +- bign256/CHANGELOG.md | 2 ++ bign256/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 616bbd7d..74d2a0d4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -43,7 +43,7 @@ checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b" [[package]] name = "bign256" -version = "0.0.0" +version = "0.13.0" dependencies = [ "criterion", "elliptic-curve", diff --git a/bign256/CHANGELOG.md b/bign256/CHANGELOG.md index 9ae95379..d727ca96 100644 --- a/bign256/CHANGELOG.md +++ b/bign256/CHANGELOG.md @@ -4,3 +4,5 @@ All notable changes to this project will be documented in this file. 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). +## 0.13.0 (2023-06-27) +- Initial release diff --git a/bign256/Cargo.toml b/bign256/Cargo.toml index 6b9d379b..9657124c 100644 --- a/bign256/Cargo.toml +++ b/bign256/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bign256" -version = "0.0.0" +version = "0.13.0" description = """ Pure Rust implementation of the Bign P-256 (a.k.a. bign-curve256v1) elliptic curve as defined in STB 34.101.45-2013, with