Skip to content

Commit 202c8c6

Browse files
committed
Prepare for v0.5.0 release
1 parent 9de06f5 commit 202c8c6

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## v0.5.0 - 2022-10-24
4+
5+
- Foca now gracefully resumes probing when it detects an incorrect
6+
probe cycle. https://github.com/caio/foca/pull/13
7+
- Fixed one more instance of missing cleanup when the cluster state
8+
changes mid probe cycle. https://github.com/caio/foca/issues/2
9+
- Public entities now implement `Eq` along with `PartialEq`
10+
311
## v0.4.1 - 2022-07-23
412

513
- Bugfix: "Member not found" trace lowered from warn to debug, only

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "foca"
3-
version = "0.4.1"
3+
version = "0.5.0"
44
authors = ["Caio <contact@caio.co>"]
55
edition = "2021"
66
license = "MPL-2.0"

0 commit comments

Comments
 (0)