Skip to content

Commit b3024a7

Browse files
committed
Bump patch version.
1 parent 0d4d433 commit b3024a7

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

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.0"
10+
VERSION = "0.3.1"
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.1
18+
19+
- Remove unused `thread-local` dependency.
20+
1721
### v0.3.0
1822

1923
- Introduce `Metric#track{...}` for increment -\> decrement.

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

55
- Remove unused `thread-local` dependency.
66

0 commit comments

Comments
 (0)