Skip to content

Commit

Permalink
Release v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Amanieu committed Jul 17, 2023
1 parent c6e9d49 commit bb98822
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "scopeguard"
version = "1.1.0"
version = "1.2.0"

license = "MIT OR Apache-2.0"
repository = "https://github.com/bluss/scopeguard"
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@ fn g() {

## Recent Changes

- 1.2.0

- Use ManuallyDrop instead of mem::forget in into_inner. (by @willtunnels)
- Warn if the guard is not assigned to a variable and is dropped immediately
instead of at the scope's end. (by @sergey-v-galtsev)

- 1.1.0

- Change macros (`defer!`, `defer_on_success!` and `defer_on_unwind!`)
Expand Down

0 comments on commit bb98822

Please sign in to comment.