Skip to content

Commit

Permalink
*: bump 0.5.1 (#67)
Browse files Browse the repository at this point in the history
Signed-off-by: Jay Lee <BusyJayLee@gmail.com>
  • Loading branch information
BusyJay committed Oct 8, 2022
1 parent b57c593 commit 5bc95a1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 0.5.1 - 2022-10-08

- Switch to 2021 edition and use once cell (#61)
- Support configuring fail point in RAII style (#62)
- Fix recursive macro invocation (#66)

# 0.5.0 - 2021-11-04

- update rand to 0.8
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fail"
version = "0.5.0"
version = "0.5.1"
authors = ["The TiKV Project Developers"]
license = "Apache-2.0"
keywords = ["failpoints", "fail"]
Expand Down

0 comments on commit 5bc95a1

Please sign in to comment.