Skip to content

Commit

Permalink
Merge pull request #380 from farcaster-project/release/0.2.0
Browse files Browse the repository at this point in the history
Release version 0.2.0
  • Loading branch information
TheCharlatan authored Dec 15, 2021
2 parents 535f8cb + 027c464 commit 6288a33
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.0] - 2021-12-15

Internal stress-testing bugfixes. Preparation for external release.

- Support running parallel swaps over different peer connections through different
ports
ports

## [0.1.0] - 2021-12-10

Expand All @@ -26,5 +28,6 @@ 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.1.0...HEAD
[Unreleased]: https://github.com/farcaster-project/farcaster-node/compare/v0.2.0...HEAD
[0.2.0]: https://github.com/farcaster-project/farcaster-node/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/farcaster-project/farcaster-node/compare/6c42e2892c18d600d4597356a9f827d58026b54a...v0.1.0
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.1.0"
version = "0.2.0"
authors = ["Farcaster Devs", "Dr. Maxim Orlovsky <[email protected]>"]
build = "build.rs"
edition = "2018"
Expand Down

0 comments on commit 6288a33

Please sign in to comment.