Skip to content

Commit 41cea36

Browse files
committed
Bump minor version.
1 parent f476970 commit 41cea36

3 files changed

Lines changed: 7 additions & 3 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.2.0"
10+
VERSION = "0.3.0"
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.0
18+
19+
- Introduce `Metric#track{...}` for increment -\> decrement.
20+
1721
### v0.1.0
1822

1923
- Initial implementation.

releases.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Releases
22

3-
## Unreleased
3+
## v0.3.0
44

5-
- Introduce `Metric#track{...}` for increment -> decrement.
5+
- Introduce `Metric#track{...}` for increment -\> decrement.
66

77
## v0.1.0
88

0 commit comments

Comments
 (0)