Skip to content

Commit 0aeff8a

Browse files
committed
Bump patch version.
1 parent c5770fb commit 0aeff8a

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

lib/memory/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
# Copyright, 2020-2025, by Samuel Williams.
88

99
module Memory
10-
VERSION = "0.8.1"
10+
VERSION = "0.8.2"
1111
end

readme.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,10 @@ end
9494

9595
Please see the [project releases](https://socketry.github.io/memory/releases/index) for all releases.
9696

97+
### v0.8.2
98+
99+
- Fix several formatting issues.
100+
97101
### v0.8.1
98102

99103
- Skip over `ObjectSpace::InternalObjectWrapper` instances in `Memory::Usage.of` to avoid unbounded recursion.

releases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Releases
22

3-
## Unreleased
3+
## v0.8.2
44

55
- Fix several formatting issues.
66

0 commit comments

Comments
 (0)