Skip to content

Commit a82cc29

Browse files
committed
0.3.0
1 parent 0160201 commit a82cc29

File tree

4 files changed

+64
-33
lines changed

4 files changed

+64
-33
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# UNRELEASED
1+
# 0.3.0
22
- Add `SocketError` trait
33
- Add `BadParameter` type in `HostNewError::BadParameter`
44
- Add `Host::now` to get the current time according to ENet

Cargo.lock

+60-29
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 = "rusty_enet"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
edition = "2021"
55
description = "ENet for Rust (and wasm!) transpiled from C."
66
homepage = "https://github.com/jabuwu/rusty_enet"

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44

55
```
66
[dependencies]
7-
rusty_enet = "0.2"
7+
rusty_enet = "0.3"
88
```
99

1010
## ENet Versions
1111

1212
| rusty_enet | ENet | Commit
1313
| ----------- | ------- | ------
14-
| main | 1.3.18 | ([enet/2662c0d](https://github.com/lsalzman/enet/commit/2662c0de09e36f2a2030ccc2c528a3e4c9e8138a))
14+
| 0.3 | 1.3.18 | ([enet/2662c0d](https://github.com/lsalzman/enet/commit/2662c0de09e36f2a2030ccc2c528a3e4c9e8138a))
1515
| 0.2 | 1.3.18 | ([enet/2662c0d](https://github.com/lsalzman/enet/commit/2662c0de09e36f2a2030ccc2c528a3e4c9e8138a))
1616
| 0.1 | 1.3.17* | ([enet/2a85cd6](https://github.com/lsalzman/enet/commit/2a85cd64459f6ba038d233a634d9440490dbba12))
1717

0 commit comments

Comments
 (0)