Skip to content

Commit 1b0705d

Browse files
authored
Merge pull request #918 from farcaster-project/release/0.8.3
Release version 0.8.3
2 parents 22ebf44 + 598f3a9 commit 1b0705d

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.8.3] - 2023-01-02
11+
1012
### Changed
1113

1214
- Swapd: Don't add color coding to progress message by @TheCharlatan in <https://github.com/farcaster-project/farcaster-node/pull/903>
@@ -319,7 +321,8 @@ Initial version of Farcaster Node :tada:
319321
- Farcaster daemon to orchestrate the micro-services
320322
- Swap cli to control farcasterd and other services
321323

322-
[Unreleased]: https://github.com/farcaster-project/farcaster-node/compare/v0.8.2...HEAD
324+
[Unreleased]: https://github.com/farcaster-project/farcaster-node/compare/v0.8.3...HEAD
325+
[0.8.3]: https://github.com/farcaster-project/farcaster-node/compare/v0.8.2...v0.8.3
323326
[0.8.2]: https://github.com/farcaster-project/farcaster-node/compare/v0.8.1...v0.8.2
324327
[0.8.1]: https://github.com/farcaster-project/farcaster-node/compare/v0.8.0...v0.8.1
325328
[0.8.0]: https://github.com/farcaster-project/farcaster-node/compare/v0.7.0...v0.8.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.8.2"
3+
version = "0.8.3"
44
authors = ["Farcaster Devs"]
55
build = "build.rs"
66
edition = "2018"

0 commit comments

Comments
 (0)