Skip to content

Commit

Permalink
prep v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
UkoeHB committed Dec 23, 2024
1 parent 7c32630 commit 1bf146d
Show file tree
Hide file tree
Showing 10 changed files with 28 additions and 27 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CHANGELOG

## WIP
## 0.1.0 - 12/23/24

- Update `renet2` sub-crate dependencies.
- `rustls`: 0.21 -> 0.23.5
Expand Down
12 changes: 6 additions & 6 deletions bevy_renet2/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "bevy_renet2"
description = "Bevy plugin for the renet2 crate"
version = "0.0.7"
version = "0.1.0"
edition = "2021"
keywords = ["gamedev", "networking"]
license = "MIT OR Apache-2.0"
Expand Down Expand Up @@ -32,16 +32,16 @@ required-features = ["serde", "netcode"]
bevy_app = {version = "0.15", default-features = false}
bevy_ecs = {version = "0.15", default-features = false}
bevy_time = {version = "0.15", default-features = false}
renet2 = {path = "../renet2", version = "0.0.7", default-features = false, features = ["bevy"]}
renet2_netcode = {path = "../renet2_netcode", version = "0.0.7", optional = true, default-features = false, features = ["bevy"]}
renet2_steam = {path = "../renet2_steam", version = "0.0.7", optional = true, default-features = false, features = ["bevy"]}
renet2 = {path = "../renet2", version = "0.1.0", default-features = false, features = ["bevy"]}
renet2_netcode = {path = "../renet2_netcode", version = "0.1.0", optional = true, default-features = false, features = ["bevy"]}
renet2_steam = {path = "../renet2_steam", version = "0.1.0", optional = true, default-features = false, features = ["bevy"]}
steamworks = {version = "0.11", optional = true}

[dev-dependencies]
bevy = {version = "0.15", default-features = false, features = ["bevy_core_pipeline", "bevy_render", "bevy_asset", "bevy_pbr", "x11", "tonemapping_luts", "ktx2", "zstd"]}
bincode = "1.3"
env_logger = "0.11"
renet2 = {path = "../renet2", version = "0.0.7", default-features = false, features = ["bevy"] }
renet2_netcode = {path = "../renet2_netcode", version = "0.0.7", default-features = false, features = ["bevy", "memory_transport"]}
renet2 = {path = "../renet2", version = "0.1.0", default-features = false, features = ["bevy"] }
renet2_netcode = {path = "../renet2_netcode", version = "0.1.0", default-features = false, features = ["bevy", "memory_transport"]}
serde = {version = "1.0", features = ["derive"]}
tracing-subscriber = { version = "0.3", features = [ "env-filter", "std", "tracing-log" ] }
4 changes: 2 additions & 2 deletions bevy_renet2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,5 +124,5 @@ If you want a more complex example you can checkout the [demo_bevy](https://gith
## Bevy Compatibility

|bevy|bevy_renet2|
|---|---|
|0.15|0.0.7|
|----|-----------|
|0.15|0.0.7 - 0.1.0|
6 changes: 3 additions & 3 deletions bevy_replicon_renet2/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bevy_replicon_renet2"
version = "0.0.9"
version = "0.1.0"
authors = [
"Hennadii Chernyshchyk <[email protected]>",
"koe <[email protected]>",
Expand All @@ -23,13 +23,13 @@ rustdoc-args = ["-Zunstable-options", "--cfg", "docsrs"]

[dependencies]
bevy_replicon = { version = "0.29", default-features = false }
bevy_renet2 = { path = "../bevy_renet2", version = "0.0.7", default-features = false }
bevy_renet2 = { path = "../bevy_renet2", version = "0.1.0", default-features = false }
bevy = { version = "0.15", default-features = false }

[dev-dependencies]
serde = "1.0"
clap = { version = "4.1", features = ["derive"] }
bevy_renet2 = { path = "../bevy_renet2", version = "0.0.7", features = ["native_transport"] }
bevy_renet2 = { path = "../bevy_renet2", version = "0.1.0", features = ["native_transport"] }
bevy = { version = "0.15", default-features = false, features = [
"bevy_state",
"bevy_text",
Expand Down
13 changes: 7 additions & 6 deletions bevy_replicon_renet2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ An integration of `bevy_renet2` as a messaging backend for [`bevy_replicon`](htt

## Compatible versions

| bevy_renet2 | bevy_replicon | bevy_replicon_renet2 |
| ----------- | ------------- | -------------------- |
| 0.0.7 | 0.29 | 0.0.9 |
| 0.0.4 | 0.26 | 0.0.5 |
| 0.0.3 | 0.26 | 0.0.4 |
| 0.0.3 | 0.25 | 0.0.3 |
| bevy_replicon_renet2 | bevy_renet2 | bevy_replicon | bevy |
| -------------------- | ----------- | ------------- | ------ |
| 0.1.0 | 0.1.0 | 0.29 | 0.15.0 |
| 0.0.9 | 0.0.7 | 0.29 | 0.15.0 |
| 0.0.5 | 0.0.4 | 0.26 | 0.14.0 |
| 0.0.4 | 0.0.3 | 0.26 | 0.14.0 |
| 0.0.3 | 0.0.3 | 0.25 | 0.14.0 |
2 changes: 1 addition & 1 deletion renet2/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "renet2"
version = "0.0.7"
version = "0.1.0"
authors = ["koe <[email protected]>"]
description = "Server/Client network protocol library for multiplayer games, forked from renet"
edition = "2021"
Expand Down
6 changes: 3 additions & 3 deletions renet2_netcode/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "renet2_netcode"
version = "0.0.7"
version = "0.1.0"
authors = ["koe <[email protected]>"]
description = "Netcode integration for renet2"
edition = "2021"
Expand Down Expand Up @@ -97,8 +97,8 @@ ws_client_transport = [
bytes = "1.1"
log = "0.4"
octets = "0.3"
renetcode2 = { path = "../renetcode2", version = "0.0.7" }
renet2 = { path = "../renet2", version = "0.0.7" }
renetcode2 = { path = "../renetcode2", version = "0.1.0" }
renet2 = { path = "../renet2", version = "0.1.0" }
hmac-sha256 = { version = "1.1" }
url = { version = "2.4" }
bevy_ecs = { version = "0.15", optional = true }
Expand Down
4 changes: 2 additions & 2 deletions renet2_steam/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "renet2_steam"
version = "0.0.7"
version = "0.1.0"
keywords = ["gamedev", "networking", "transport"]
description = "steam transport for the renet2 crate"
repository = "https://github.com/UkoeHB/renet2"
Expand All @@ -17,7 +17,7 @@ rustdoc-args = ["-Zunstable-options", "--cfg", "docsrs"]
bevy = ["dep:bevy_ecs"]

[dependencies]
renet2 = { version = "0.0.7", path = "../renet2" }
renet2 = { version = "0.1.0", path = "../renet2" }
steamworks = "0.11"
log = "0.4.19"
bevy_ecs = { version = "0.15", optional = true }
Expand Down
4 changes: 2 additions & 2 deletions renet2_visualizer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "renet2_visualizer"
version = "0.0.7"
version = "0.1.0"
keywords = ["gamedev", "networking"]
description = "Egui metrics visualizer for the renet2 crate"
repository = "https://github.com/UkoeHB/renet2"
Expand All @@ -16,6 +16,6 @@ rustdoc-args = ["-Zunstable-options", "--cfg", "docsrs"]
bevy = ["dep:bevy_ecs"]

[dependencies]
renet2 = { path = "../renet2", version = "0.0.7" }
renet2 = { path = "../renet2", version = "0.1.0" }
egui = "0.29"
bevy_ecs = { version = "0.15", optional = true }
2 changes: 1 addition & 1 deletion renetcode2/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "renetcode2"
version = "0.0.7"
version = "0.1.0"
description = "Server/Client network protocol library for multiplayer games"
keywords = ["gamedev", "networking", "cryptography"]
repository = "https://github.com/UkoeHB/renet2"
Expand Down

0 comments on commit 1bf146d

Please sign in to comment.