Skip to content

Commit 6a8e025

Browse files
committed
Bump patch version.
1 parent 0e6ef39 commit 6a8e025

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-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.10.2"
8+
VERSION = "0.10.3"
99
end
1010
end

readme.md

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

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

17+
### v0.10.3
18+
19+
- Move normal memory usage logs to `debug` level instead of `info` to reduce noise in production environments.
20+
1721
### v0.10.2
1822

1923
- Disable default `increase_limit: nil`.

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

55
- Move normal memory usage logs to `debug` level instead of `info` to reduce noise in production environments.
66

0 commit comments

Comments
 (0)