From 782da98868716e7cec158ac6bcf15636ed1a5f0f Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 1 Nov 2021 13:05:57 +0000 Subject: [PATCH] Prepare release 0.3.0 --- CHANGELOG.md | 5 ++++- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a37318d1..2533937b 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.3.0] - 2021-11-01 + ### Added - Add strict encode + decode for `TxLabel` ([#136](https://github.com/farcaster-project/farcaster-core/issues/136)) @@ -64,6 +66,7 @@ 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.2.0...HEAD +[Unreleased]: https://github.com/farcaster-project/farcaster-core/compare/v0.3.0...HEAD +[0.3.0]: https://github.com/farcaster-project/farcaster-core/compare/v0.2.0...v0.3.0 [0.2.0]: https://github.com/farcaster-project/farcaster-core/compare/v0.1.0...v0.2.0 [0.1.0]: https://github.com/farcaster-project/farcaster-core/compare/33ed7f975670c79d768d74e3fd5cf7d55e011a18...v0.1.0 diff --git a/Cargo.toml b/Cargo.toml index fb831b35..e7b79329 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "farcaster_core" -version = "0.2.0" +version = "0.3.0" authors = ["Farcaster Devs"] documentation = "https://docs.rs/farcaster_core" homepage = "https://github.com/farcaster-project/farcaster-core"