From a0be25bfdc926e27010d03b3a35bceb1487c8f4f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 28 Dec 2022 15:46:21 +0100 Subject: [PATCH] Prepare release 0.6.3 (#321) Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 5 ++++- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fa34c1..9e7068e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.6.3] - 2022-12-28 + ### Added - Derive strict encoding for FundingTx (segwit v0) by @TheCharlatan @@ -197,7 +199,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Messages exchanged between farcaster-node's microservices - Tasks and blockchain events used by syncers -[Unreleased]: https://github.com/farcaster-project/farcaster-core/compare/v0.6.2...HEAD +[Unreleased]: https://github.com/farcaster-project/farcaster-core/compare/v0.6.3...HEAD +[0.6.3]: https://github.com/farcaster-project/farcaster-core/compare/v0.6.2...v0.6.3 [0.6.2]: https://github.com/farcaster-project/farcaster-core/compare/v0.6.1...v0.6.2 [0.6.1]: https://github.com/farcaster-project/farcaster-core/compare/v0.6.0...v0.6.1 [0.6.0]: https://github.com/farcaster-project/farcaster-core/compare/v0.5.1...v0.6.0 diff --git a/Cargo.toml b/Cargo.toml index 99c5efc..8c19fb9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "farcaster_core" -version = "0.6.2" +version = "0.6.3" authors = ["Farcaster Devs"] documentation = "https://docs.rs/farcaster_core" homepage = "https://github.com/farcaster-project/farcaster-core"