Skip to content

Commit ac66834

Browse files
committed
Bump minor version.
1 parent 0c8512b commit ac66834

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

lib/async/bus/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55

66
module Async
77
module Bus
8-
VERSION = "0.1.1"
8+
VERSION = "0.2.0"
99
end
1010
end

readme.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ Please see the [project documentation](https://socketry.github.io/async-bus/) fo
1818

1919
Please see the [project releases](https://socketry.github.io/async-bus/releases/index) for all releases.
2020

21-
### Unreleased
21+
### v0.2.0
22+
23+
- Fix handling of temporary objects.
2224

2325
## Contributing
2426

releases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Releases
22

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

55
- Fix handling of temporary objects.

0 commit comments

Comments
 (0)