diff --git a/CHANGELOG.md b/CHANGELOG.md index 022ff2e..78ede38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# UNRELEASED +# 0.2.0 - Compatible with ENet 1.3.18 - Refine some trait requirements and derives - Reduce allocations introduced by Rust port ([#1](https://github.com/jabuwu/rusty_enet/issues/1)) diff --git a/Cargo.lock b/Cargo.lock index ee8a34f..f756e99 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -145,7 +145,7 @@ dependencies = [ [[package]] name = "rusty_enet" -version = "0.1.0" +version = "0.2.0" dependencies = [ "js-sys", "rand", diff --git a/Cargo.toml b/Cargo.toml index 4995c3c..83f3686 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rusty_enet" -version = "0.1.0" +version = "0.2.0" edition = "2021" description = "ENet for Rust (and wasm!) transpiled from C." homepage = "https://github.com/jabuwu/rusty_enet" diff --git a/README.md b/README.md index 3606838..8f80dda 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ``` [dependencies] -rusty_enet = "0.1" +rusty_enet = "0.2" ``` ## ENet Versions @@ -12,6 +12,7 @@ rusty_enet = "0.1" | rusty_enet | ENet | Commit | ----------- | ------- | ------ | main | 1.3.18 | ([enet/2662c0d](https://github.com/lsalzman/enet/commit/2662c0de09e36f2a2030ccc2c528a3e4c9e8138a)) +| 0.2 | 1.3.18 | ([enet/2662c0d](https://github.com/lsalzman/enet/commit/2662c0de09e36f2a2030ccc2c528a3e4c9e8138a)) | 0.1 | 1.3.17* | ([enet/2a85cd6](https://github.com/lsalzman/enet/commit/2a85cd64459f6ba038d233a634d9440490dbba12)) \* indicates non-exact version (see commit)