Skip to content

Commit bbf6e27

Browse files
committed
Bump patch version.
1 parent a9df724 commit bbf6e27

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
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.4"
10+
VERSION = "1.1.5"
1111
end
1212
end
1313

readme.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,13 @@ 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.5
26+
27+
- Use queue for `newobj` too to avoid invoking user code during object allocation.
28+
2529
### v1.1.2
2630

27-
- Fix handling of GC compaction (I hope).
31+
- Fix handling of GC compaction (I hope).
2832

2933
### v0.1.0
3034

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.5
44

55
- Use queue for `newobj` too to avoid invoking user code during object allocation.
66

0 commit comments

Comments
 (0)