Skip to content

Commit

Permalink
Release v0.0.16
Browse files Browse the repository at this point in the history
drand_core
- Change RFC 3339 datetime parsing to allow space and date
- Fix clippy warning for wasm32-unknown-unknown target

dee
- Update dependencies
- Fix error message when round cannot be parsed
  • Loading branch information
Thibault committed Mar 9, 2024
1 parent 2725208 commit 30f07dc
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

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

## [Unreleased]

## [0.0.16] - 2024-03-09

### Changed

- Update dependencies
Expand Down
4 changes: 2 additions & 2 deletions 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.15"
version = "0.0.16"
authors = ["Thibault Meunier <[email protected]>"]
edition = "2021"
readme = "../README.md"
Expand Down Expand Up @@ -39,7 +39,7 @@ clap = { version = "4.5.2", features = ["derive"] }
clap-verbosity-flag = "2.2.0"
colored = "2.1.0"
confy = "0.6.1"
drand_core = { path = "../drand_core", version = "0.0.15" }
drand_core = { path = "../drand_core", version = "0.0.16" }
env_logger = "0.10.2"
hex = { workspace = true }
log = "0.4.21"
Expand Down
2 changes: 2 additions & 0 deletions drand_core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [0.0.16] - 2024-03-09

### Changed

- Change RFC 3339 datetime parsing to allow space and date
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.15"
version = "0.0.16"
authors = ["Thibault Meunier <[email protected]>"]
edition = "2021"
readme = "./README.md"
Expand Down

0 comments on commit 30f07dc

Please sign in to comment.