File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 55
66module Async
77 module Safe
8- VERSION = "0.4.1 "
8+ VERSION = "0.5.0 "
99 end
1010end
1111
Original file line number Diff line number Diff line change @@ -22,6 +22,11 @@ Please see the [project documentation](https://socketry.github.io/async-safe/) f
2222
2323Please see the [ project releases] ( https://socketry.github.io/async-safe/releases/index ) for all releases.
2424
25+ ### v0.5.0
26+
27+ - More conservative tracking of objects using call/return for ownership transfer.
28+ - Introduced guard concept for splitting ownership within a single object, e.g. independently concurrent readable and writable parts of an object.
29+
2530### v0.4.0
2631
2732 - Improved ` Async::Safe.transfer ` to recursively transfer ownership of tracked instance variables.
Original file line number Diff line number Diff line change 11# Releases
22
3- ## Unreleased
3+ ## v0.5.0
44
55 - More conservative tracking of objects using call/return for ownership transfer.
66 - Introduced guard concept for splitting ownership within a single object, e.g. independently concurrent readable and writable parts of an object.
You can’t perform that action at this time.
0 commit comments