Skip to content

Commit

Permalink
Release v0.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Thibault committed Aug 23, 2023
1 parent 05830fc commit 86351a6
Show file tree
Hide file tree
Showing 5 changed files with 54 additions and 6 deletions.
44 changes: 40 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions dee/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [0.0.13] - 2023-08-23

### Fix

- RFC 9380 and non RFC 9380 beacons

## [0.0.12] - 2023-08-09

### Added
Expand Down
2 changes: 1 addition & 1 deletion dee/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "dee"
description = "An cli for drand, with support for timelock encryption."
version = "0.0.12"
version = "0.0.13"
authors = ["Thibault Meunier <[email protected]>"]
edition = "2021"
readme = "../README.md"
Expand Down
6 changes: 6 additions & 0 deletions drand_core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [0.0.13] - 2023-08-23

### Added

- Add rfc9380 helper method for ChainInfo

### Fix

- Scheme ID of RFC 9380 is bls-unchained-g1-rfc9380
Expand Down
2 changes: 1 addition & 1 deletion drand_core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "drand_core"
description = "A drand client library."
version = "0.0.11"
version = "0.0.13"
authors = ["Thibault Meunier <[email protected]>"]
edition = "2021"
readme = "./README.md"
Expand Down

0 comments on commit 86351a6

Please sign in to comment.