Skip to content

Commit 5bc95a1

Browse files
authored
*: bump 0.5.1 (#67)
Signed-off-by: Jay Lee <[email protected]>
1 parent b57c593 commit 5bc95a1

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 0.5.1 - 2022-10-08
2+
3+
- Switch to 2021 edition and use once cell (#61)
4+
- Support configuring fail point in RAII style (#62)
5+
- Fix recursive macro invocation (#66)
6+
17
# 0.5.0 - 2021-11-04
28

39
- update rand to 0.8

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fail"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
authors = ["The TiKV Project Developers"]
55
license = "Apache-2.0"
66
keywords = ["failpoints", "fail"]

0 commit comments

Comments
 (0)