We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f476970 commit 41cea36Copy full SHA for 41cea36
3 files changed
lib/async/utilization/version.rb
@@ -7,6 +7,6 @@
7
module Async
8
# @namespace
9
module Utilization
10
- VERSION = "0.2.0"
+ VERSION = "0.3.0"
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.0
18
+
19
+ - Introduce `Metric#track{...}` for increment -\> decrement.
20
21
### v0.1.0
22
23
- Initial implementation.
releases.md
@@ -1,8 +1,8 @@
1
# Releases
2
3
-## Unreleased
+## v0.3.0
4
5
- - Introduce `Metric#track{...}` for increment -> decrement.
6
## v0.1.0
0 commit comments