Skip to content

Commit 171a750

Browse files
committed
release 0.8.0
1 parent 0b1f278 commit 171a750

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## [Unreleased]
3+
## [0.8.0]
44

55
- bump bevy version to 0.16.0
66

Cargo.toml

+7-7
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "bevy_http_client"
33
description = "A simple HTTP client for Bevy"
44
version = "0.8.0"
5-
edition = "2021"
5+
edition = "2024"
66
readme = "README.md"
77
homepage = "https://crates.io/crates/bevy_http_client"
88
documentation = "https://docs.rs/bevy_http_client"
@@ -14,11 +14,11 @@ keywords = ["bevy", "http", "plugin", "wasm"]
1414
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1515

1616
[dependencies]
17-
bevy_app = "0.16.0-rc.2"
18-
bevy_derive = "0.16.0-rc.2"
19-
#bevy_hierarchy = "0.16.0-rc.2"
20-
bevy_ecs = { version = "0.16.0-rc.2", features = ["multi_threaded"] }
21-
bevy_tasks = "0.16.0-rc.2"
17+
bevy_app = "0.16.0"
18+
bevy_derive = "0.16.0"
19+
#bevy_hierarchy = "0.16.0"
20+
bevy_ecs = { version = "0.16.0", features = ["multi_threaded"] }
21+
bevy_tasks = "0.16.0"
2222

2323
crossbeam-channel = "0.5.11"
2424
ehttp = { version = "0.5.0", features = ["native-async", "json"] }
@@ -29,7 +29,7 @@ serde_json = "1.0"
2929
doctest = false
3030

3131
[dev-dependencies]
32-
bevy = { version = "0.16.0-rc.2", default-features = false, features = [
32+
bevy = { version = "0.16.0", default-features = false, features = [
3333
"animation",
3434
"bevy_asset",
3535
"bevy_gilrs",

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Dual-licensed under either:
7474
- [`MIT`](LICENSE-MIT): [http://opensource.org/licenses/MIT](http://opensource.org/licenses/MIT)
7575
- [`Apache 2.0`](LICENSE-APACHE): [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0)
7676

77-
at your option. This means that when using this crate in your game, you may choose which license to use.
77+
At your option. This means that when using this crate in your game, you may choose which license to use.
7878

7979
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as
80-
defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
80+
defined in the Apache-2.0 license, shall be dually licensed as above, without any additional terms or conditions.

0 commit comments

Comments
 (0)