Skip to content

Commit a7033ee

Browse files
authored
Prepare v0.7.2 release (#348)
1 parent ef52442 commit a7033ee

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
# 0.7.2
2+
3+
This release bumps the MSRV to 1.65. (#332)
4+
5+
### Added
6+
7+
- Add `Cell::into_inner` (#341)
8+
9+
### Changed
10+
11+
- Update generator to 0.8.1 (#338)
12+
13+
### Fixed
14+
15+
- Disable default features of tracing (#343)
16+
- Fix typo (#344)
17+
- Use `core::` instead of `std::` in `lazy_static!` macro (#340)
18+
- Allow Mutex to work with `?Sized` types (#339)
19+
120
# 0.7.1 (October 2, 2023)
221

322
### Added

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name = "loom"
66
# - src/lib.rs
77
# - Update CHANGELOG.md
88
# - Create git tag
9-
version = "0.7.1"
9+
version = "0.7.2"
1010
edition = "2018"
1111
license = "MIT"
1212
authors = ["Carl Lerche <[email protected]>"]

0 commit comments

Comments
 (0)