Skip to content

Commit

Permalink
0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jabuwu committed Aug 13, 2024
1 parent 0160201 commit a82cc29
Show file tree
Hide file tree
Showing 4 changed files with 64 additions and 33 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# UNRELEASED
# 0.3.0
- Add `SocketError` trait
- Add `BadParameter` type in `HostNewError::BadParameter`
- Add `Host::now` to get the current time according to ENet
Expand Down
89 changes: 60 additions & 29 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rusty_enet"
version = "0.2.0"
version = "0.3.0"
edition = "2021"
description = "ENet for Rust (and wasm!) transpiled from C."
homepage = "https://github.com/jabuwu/rusty_enet"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@

```
[dependencies]
rusty_enet = "0.2"
rusty_enet = "0.3"
```

## ENet Versions

| rusty_enet | ENet | Commit
| ----------- | ------- | ------
| main | 1.3.18 | ([enet/2662c0d](https://github.com/lsalzman/enet/commit/2662c0de09e36f2a2030ccc2c528a3e4c9e8138a))
| 0.3 | 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))

Expand Down

0 comments on commit a82cc29

Please sign in to comment.