Skip to content

Commit

Permalink
Merge pull request #809 from farcaster-project/release/0.6.0
Browse files Browse the repository at this point in the history
Release version 0.6.0
  • Loading branch information
h4sh3d authored Dec 6, 2022
2 parents ce3d9ce + 941a00f commit fe78e16
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.6.0] - 2022-12-06

### Changed

- Grpc: Add retries when retrieving the funding info by @TheCharlatan in <https://github.com/farcaster-project/farcaster-node/pull/802>
Expand Down Expand Up @@ -224,7 +226,8 @@ Initial version of Farcaster Node :tada:
- Farcaster daemon to orchestrate the micro-services
- Swap cli to control farcasterd and other services

[Unreleased]: https://github.com/farcaster-project/farcaster-node/compare/v0.5.0...HEAD
[Unreleased]: https://github.com/farcaster-project/farcaster-node/compare/v0.6.0...HEAD
[0.6.0]: https://github.com/farcaster-project/farcaster-node/compare/v0.5.0...v0.6.0
[0.5.0]: https://github.com/farcaster-project/farcaster-node/compare/v0.4.0...v0.5.0
[0.4.0]: https://github.com/farcaster-project/farcaster-node/compare/v0.3.0...v0.4.0
[0.3.0]: https://github.com/farcaster-project/farcaster-node/compare/v0.2.0...v0.3.0
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "farcaster_node"
version = "0.5.0"
version = "0.6.0"
authors = ["Farcaster Devs"]
build = "build.rs"
edition = "2018"
Expand Down

0 comments on commit fe78e16

Please sign in to comment.