Skip to content

Commit fe78e16

Browse files
authored
Merge pull request #809 from farcaster-project/release/0.6.0
Release version 0.6.0
2 parents ce3d9ce + 941a00f commit fe78e16

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.6.0] - 2022-12-06
11+
1012
### Changed
1113

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

227-
[Unreleased]: https://github.com/farcaster-project/farcaster-node/compare/v0.5.0...HEAD
229+
[Unreleased]: https://github.com/farcaster-project/farcaster-node/compare/v0.6.0...HEAD
230+
[0.6.0]: https://github.com/farcaster-project/farcaster-node/compare/v0.5.0...v0.6.0
228231
[0.5.0]: https://github.com/farcaster-project/farcaster-node/compare/v0.4.0...v0.5.0
229232
[0.4.0]: https://github.com/farcaster-project/farcaster-node/compare/v0.3.0...v0.4.0
230233
[0.3.0]: https://github.com/farcaster-project/farcaster-node/compare/v0.2.0...v0.3.0

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "farcaster_node"
3-
version = "0.5.0"
3+
version = "0.6.0"
44
authors = ["Farcaster Devs"]
55
build = "build.rs"
66
edition = "2018"

0 commit comments

Comments
 (0)