From e5dc79f3d9e6b38e62da8166f2d6cf5f2c54d38a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 2 Jan 2023 15:16:15 +0100 Subject: [PATCH] Prepare release 0.6.4 (#327) 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 0936a2a..049a701 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.4] - 2023-01-02 + ### Added - Implement `From` and `From` for `Uuid` by @h4sh3d ([#323](https://github.com/farcaster-project/farcaster-core/pull/323)) @@ -212,7 +214,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.3...HEAD +[Unreleased]: https://github.com/farcaster-project/farcaster-core/compare/v0.6.4...HEAD +[0.6.4]: https://github.com/farcaster-project/farcaster-core/compare/v0.6.3...v0.6.4 [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 diff --git a/Cargo.toml b/Cargo.toml index 8c19fb9..6153f5e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "farcaster_core" -version = "0.6.3" +version = "0.6.4" authors = ["Farcaster Devs"] documentation = "https://docs.rs/farcaster_core" homepage = "https://github.com/farcaster-project/farcaster-core"