dee 0.0.16

An cli for drand, with support for timelock encryption.
# Changelog

All notable changes to this project will be documented in this file. Changes to the [drand_core crate](../drand_core/CHANGELOG.md) also apply to the dee CLI tools, and are not duplicated here.

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).

## [Unreleased]

## [0.0.16] - 2024-03-09

### Changed

- Update dependencies

### Fix

- Fix error message when round cannot be parsed

## [0.0.15] - 2024-02-29

### Changed

- Update dependencies
- Update Rust to 1.74

## [0.0.14] - 2023-08-30

### Added

- Improved error messages on network failure
- Automatically set upstream on the first added remote
- RFC3339 time format cut to second precision for readability
- Suggest compatible network when upstream is incorrect

## [0.0.13] - 2023-08-23

### Fix

- RFC 9380 and non RFC 9380 beacons

## [0.0.12] - 2023-08-09

### Added

- dee: add metadata for future beacons
- dee: add inspect for tlock age header

## [0.0.11] - 2023-08-08

## [0.0.10] - 2023-08-08

### Changed

- Update dependencies

## [0.0.9] - 2023-08-01

### Fix

- Fix GitHub Actions apt package install

## [0.0.8] - 2023-07-23

### Fix

- Fix typo in `dee rand` help message

## [0.0.7] - 2023-04-10

### Added

- Add documentation for design considerations

### Changed

- Update dependencies
- Update time library from chrono to time
- Update dee error handling on HTTP remotes
- Update tlock_age to v0.0.2 for improved performance

### Fix

- Fix Chain error handling on wrong URL string

## [0.0.6] - 2023-03-22

### Added

- Decryption from stdin
- Compatibility with [drand/tlock]https://github.com/drand/tlock and [drand/tlock-js]https://github.com/drand/tlock

### Changed
- README to detail current and planned features, as well as references