From 86f7e3f1a30e77241cb7a90256a395f0420a844d Mon Sep 17 00:00:00 2001 From: Jack Grigg Date: Fri, 17 Dec 2021 15:21:09 +0000 Subject: [PATCH] zcash_note_encryption 0.1.0 Extracted from: https://github.com/zcash/librustzcash/commit/142a38e792b7ac17e44cbaed0b4e0551ecaeb343 --- CHANGELOG.md | 11 +++++++++++ Cargo.toml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..5dd6dae --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,11 @@ +# Changelog +All notable changes to this library will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this library adheres to Rust's notion of +[Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +## [0.1.0] - 2021-12-17 +Initial release. diff --git a/Cargo.toml b/Cargo.toml index 01d3939..9b302a2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "zcash_note_encryption" description = "Note encryption for Zcash transactions" -version = "0.0.0" +version = "0.1.0" authors = [ "Jack Grigg ", "Kris Nuttycombe "