Skip to content

Commit 6dbc748

Browse files
Prepare release 0.6.0 (#306)
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 110ac34 commit 6dbc748

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

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-13
11+
1012
### Added
1113

1214
- `Uuid` wrapper type against `uuid:Uuid` to identify trades and swaps, the wrapper implements strict encoding functionalities by @h4sh3d ([#297](https://github.com/farcaster-project/farcaster-core/pull/297))
@@ -167,7 +169,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
167169
- Messages exchanged between farcaster-node's microservices
168170
- Tasks and blockchain events used by syncers
169171

170-
[Unreleased]: https://github.com/farcaster-project/farcaster-core/compare/v0.5.1...HEAD
172+
[Unreleased]: https://github.com/farcaster-project/farcaster-core/compare/v0.6.0...HEAD
173+
[0.6.0]: https://github.com/farcaster-project/farcaster-core/compare/v0.5.1...v0.6.0
171174
[0.5.1]: https://github.com/farcaster-project/farcaster-core/compare/v0.5.0...v0.5.1
172175
[0.5.0]: https://github.com/farcaster-project/farcaster-core/compare/v0.4.4...v0.5.0
173176
[0.4.4]: https://github.com/farcaster-project/farcaster-core/compare/v0.4.3...v0.4.4

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_core"
3-
version = "0.5.1"
3+
version = "0.6.0"
44
authors = ["Farcaster Devs"]
55
documentation = "https://docs.rs/farcaster_core"
66
homepage = "https://github.com/farcaster-project/farcaster-core"

0 commit comments

Comments
 (0)