From a424418455031408da4e701401d17c9c7e934e05 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 29 Oct 2021 16:53:05 +0000 Subject: [PATCH] Prepare release 0.2.0 --- CHANGELOG.md | 5 ++++- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ea89afd..4eb28203 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.2.0] - 2021-10-29 + ### Added - Workflow automation to manage releases @@ -48,5 +50,6 @@ 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.1.0...HEAD +[Unreleased]: https://github.com/farcaster-project/farcaster-core/compare/v0.2.0...HEAD +[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 4e53cf08..fb831b35 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "farcaster_core" -version = "0.1.0" +version = "0.2.0" authors = ["Farcaster Devs"] documentation = "https://docs.rs/farcaster_core" homepage = "https://github.com/farcaster-project/farcaster-core"