We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e41ebc7 commit fadfb92Copy full SHA for fadfb92
3 files changed
lib/async/utilization/version.rb
@@ -7,6 +7,6 @@
7
module Async
8
# @namespace
9
module Utilization
10
- VERSION = "0.3.1"
+ VERSION = "0.3.2"
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.2
18
+
19
+ - Better observer state handling.
20
21
### v0.3.1
22
23
- Remove unused `thread-local` dependency.
releases.md
@@ -1,6 +1,6 @@
1
# Releases
2
3
-## Unreleased
+## v0.3.2
4
5
- Better observer state handling.
6
0 commit comments