Skip to content

Commit 334f925

Browse files
committed
Bump patch version.
1 parent b695e2f commit 334f925

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

lib/memory/profiler/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
module Memory
88
# @namespace
99
module Profiler
10-
VERSION = "1.1.11"
10+
VERSION = "1.1.12"
1111
end
1212
end
1313

readme.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ Please see the [project documentation](https://socketry.github.io/memory-profile
2222

2323
Please see the [project releases](https://socketry.github.io/memory-profiler/releases/index) for all releases.
2424

25+
### v1.1.12
26+
27+
- Use `rb_obj_id` for tracking object states to avoid compaction issues.
28+
2529
### v1.1.11
2630

2731
- Double buffer shared events queues to fix queue corruption.

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+
## v1.1.12
44

55
- Use `rb_obj_id` for tracking object states to avoid compaction issues.
66

0 commit comments

Comments
 (0)