We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c8512b commit ac66834Copy full SHA for ac66834
lib/async/bus/version.rb
@@ -5,6 +5,6 @@
5
6
module Async
7
module Bus
8
- VERSION = "0.1.1"
+ VERSION = "0.2.0"
9
end
10
readme.md
@@ -18,7 +18,9 @@ Please see the [project documentation](https://socketry.github.io/async-bus/) fo
18
19
Please see the [project releases](https://socketry.github.io/async-bus/releases/index) for all releases.
20
21
-### Unreleased
+### v0.2.0
22
+
23
+ - Fix handling of temporary objects.
24
25
## Contributing
26
releases.md
@@ -1,5 +1,5 @@
1
# Releases
2
3
-## Unreleased
+## v0.2.0
4
- Fix handling of temporary objects.
0 commit comments