Skip to content

Commit 8df1b53

Browse files
committed
Release 0.5.1
1 parent 6e2c66c commit 8df1b53

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 0.5.1
2+
3+
- Added `AsyncSystem::unregister()` and `AsyncIOSystem::unregister()`
4+
5+
# 0.5.0
6+
7+
- Updated for bevy 0.13
8+
19
# 0.4.1
210

311
- `impl Clone` for `AsyncSystem` and `AsyncIOSystem`

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bevy-async-ecs"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
authors = ["Mark Old <[email protected]>"]
55
edition = "2021"
66
license = "MIT"

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,6 @@ deadlock. If this is a pain-point for you, please open a GitHub issue.
7171

7272
| bevy | bevy-async-ecs |
7373
|------|----------------|
74-
| 0.13 | 0.5.0 |
74+
| 0.13 | 0.5.1 |
7575
| 0.12 | 0.4.1 |
7676
| 0.11 | N/A |

0 commit comments

Comments
 (0)