We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d4d433 commit b3024a7Copy full SHA for b3024a7
lib/async/utilization/version.rb
@@ -7,6 +7,6 @@
7
module Async
8
# @namespace
9
module Utilization
10
- VERSION = "0.3.0"
+ VERSION = "0.3.1"
11
end
12
readme.md
@@ -14,6 +14,10 @@ Please see the [project documentation](https://socketry.github.io/async-utilizat
14
15
Please see the [project releases](https://socketry.github.io/async-utilization/releases/index) for all releases.
16
17
+### v0.3.1
18
+
19
+ - Remove unused `thread-local` dependency.
20
21
### v0.3.0
22
23
- Introduce `Metric#track{...}` for increment -\> decrement.
releases.md
@@ -1,6 +1,6 @@
1
# Releases
2
3
-## Unreleased
+## v0.3.1
4
5
- Remove unused `thread-local` dependency.
6
0 commit comments