Skip to content

Commit

Permalink
bump jf-signatures to v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alxiong committed Jul 25, 2024
1 parent f004f3c commit 40d404f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions signature/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down
2 changes: 1 addition & 1 deletion signature/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 }
Expand Down

0 comments on commit 40d404f

Please sign in to comment.