Skip to content

Commit

Permalink
Prepare v0.7.2 release (#348)
Browse files Browse the repository at this point in the history
  • Loading branch information
Darksonn committed Apr 23, 2024
1 parent ef52442 commit a7033ee
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# 0.7.2

This release bumps the MSRV to 1.65. (#332)

### Added

- Add `Cell::into_inner` (#341)

### Changed

- Update generator to 0.8.1 (#338)

### Fixed

- Disable default features of tracing (#343)
- Fix typo (#344)
- Use `core::` instead of `std::` in `lazy_static!` macro (#340)
- Allow Mutex to work with `?Sized` types (#339)

# 0.7.1 (October 2, 2023)

### Added
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name = "loom"
# - src/lib.rs
# - Update CHANGELOG.md
# - Create git tag
version = "0.7.1"
version = "0.7.2"
edition = "2018"
license = "MIT"
authors = ["Carl Lerche <me@carllerche.com>"]
Expand Down

0 comments on commit a7033ee

Please sign in to comment.