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 939f54c commit 530335aCopy full SHA for 530335a
lib/memory/leak/version.rb
@@ -5,6 +5,6 @@
5
6
module Memory
7
module Leak
8
- VERSION = "0.4.0"
+ VERSION = "0.5.0"
9
end
10
readme.md
@@ -12,6 +12,11 @@ Please see the [project documentation](https://socketry.github.io/memory-leak/)
12
13
Please see the [project releases](https://socketry.github.io/memory-leak/releases/index) for all releases.
14
15
+### v0.5.0
16
+
17
+ - Improved variable names.
18
+ - Added `maximum_size_limit` to process monitor.
19
20
### v0.1.0
21
22
- Initial implementation.
releases.md
@@ -1,6 +1,6 @@
1
# Releases
2
3
-## Unreleased
+## v0.5.0
4
- Improved variable names.
- Added `maximum_size_limit` to process monitor.
0 commit comments