From 40d404fb44347ef48a70b91372e5ec33f9429480 Mon Sep 17 00:00:00 2001 From: Alex Xiong Date: Thu, 25 Jul 2024 19:39:42 +0800 Subject: [PATCH] bump jf-signatures to v0.1.1 --- signature/CHANGELOG.md | 6 ++++++ signature/Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/signature/CHANGELOG.md b/signature/CHANGELOG.md index a2d930ace..aabdc6c29 100644 --- a/signature/CHANGELOG.md +++ b/signature/CHANGELOG.md @@ -3,6 +3,12 @@ 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.1.1]((https://github.com/EspressoSystems/jellyfish/compare/0.4.5...jf-signatures-v0.1.1)) (2024-07-25) + +### Changed + +- [#586](https://github.com/EspressoSystems/jellyfish/pull/586) Omit private keys from logging and debug output. + ## 0.1.0 - Initial release. Carved out from `jf-primitives`. diff --git a/signature/Cargo.toml b/signature/Cargo.toml index b0ab1c522..4b8856de4 100644 --- a/signature/Cargo.toml +++ b/signature/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jf-signature" -version = "0.1.0" +version = "0.1.1" description = "Implementation of signature schemes, including BLS and Schnorr." authors = { workspace = true } edition = { workspace = true }