Skip to content

Commit

Permalink
chore: prepare to release 0.5.4
Browse files Browse the repository at this point in the history
# 0.5.4 (December 3, 2021)

### Added

- cell: Add `ConstPtr` and `MutPtr` RAII guards to `UnsafeCell` (#219)

### Changed

- Improve error message when execution state is unavailable (such as
  when running outside of `loom::model`) (#242)
  • Loading branch information
hawkw committed Dec 3, 2021
1 parent f04cb15 commit e211b86
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# 0.5.4 (December 3, 2021)

### Added

- cell: Add `ConstPtr` and `MutPtr` RAII guards to `UnsafeCell` (#219)

### Changed

- Improve error message when execution state is unavailable (such as when
running outside of `loom::model`) (#242)

# 0.5.3 (November 23, 2021)

### Added
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name = "loom"
# - README.md
# - Update CHANGELOG.md
# - Create git tag
version = "0.5.3"
version = "0.5.4"
edition = "2018"
license = "MIT"
authors = ["Carl Lerche <[email protected]>"]
Expand Down

0 comments on commit e211b86

Please sign in to comment.