Skip to content

Commit 910bee0

Browse files
committed
Bump minor version.
1 parent bd7c380 commit 910bee0

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

lib/async/safe/version.rb

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

66
module Async
77
module Safe
8-
VERSION = "0.4.1"
8+
VERSION = "0.5.0"
99
end
1010
end
1111

readme.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ Please see the [project documentation](https://socketry.github.io/async-safe/) f
2222

2323
Please 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.

releases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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.

0 commit comments

Comments
 (0)