Skip to content

Commit 530335a

Browse files
committed
Bump minor version.
1 parent 939f54c commit 530335a

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

lib/memory/leak/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55

66
module Memory
77
module Leak
8-
VERSION = "0.4.0"
8+
VERSION = "0.5.0"
99
end
1010
end

readme.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ Please see the [project documentation](https://socketry.github.io/memory-leak/)
1212

1313
Please see the [project releases](https://socketry.github.io/memory-leak/releases/index) for all releases.
1414

15+
### v0.5.0
16+
17+
- Improved variable names.
18+
- Added `maximum_size_limit` to process monitor.
19+
1520
### v0.1.0
1621

1722
- Initial implementation.

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

55
- Improved variable names.
66
- Added `maximum_size_limit` to process monitor.

0 commit comments

Comments
 (0)