We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06f2f2d commit 530ee76Copy full SHA for 530ee76
lib/memory/profiler/version.rb
@@ -7,7 +7,7 @@
7
module Memory
8
# @namespace
9
module Profiler
10
- VERSION = "1.1.8"
+ VERSION = "1.1.9"
11
end
12
13
readme.md
@@ -22,6 +22,10 @@ Please see the [project documentation](https://socketry.github.io/memory-profile
22
23
Please see the [project releases](https://socketry.github.io/memory-profiler/releases/index) for all releases.
24
25
+### v1.1.9
26
+
27
+ - More write barriers...
28
29
### v1.1.8
30
31
- Use single global queue for event handling to avoid incorrect ordering.
releases.md
@@ -1,6 +1,6 @@
1
# Releases
2
3
-## Unreleased
+## v1.1.9
4
5
- More write barriers...
6
0 commit comments