Skip to content

Commit fadfb92

Browse files
committed
Bump patch version.
1 parent e41ebc7 commit fadfb92

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

lib/async/utilization/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
module Async
88
# @namespace
99
module Utilization
10-
VERSION = "0.3.1"
10+
VERSION = "0.3.2"
1111
end
1212
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/async-utilizat
1414

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

17+
### v0.3.2
18+
19+
- Better observer state handling.
20+
1721
### v0.3.1
1822

1923
- Remove unused `thread-local` dependency.

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

55
- Better observer state handling.
66

0 commit comments

Comments
 (0)