Skip to content

Commit

Permalink
release v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gschup committed Jan 17, 2022
1 parent 8f3172c commit c5fa9f0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ In this document, all remarkable changes are listed. Not mentioned are smaller c

## Unreleased

- GameState now is generic, so serialization of game state to save and load is no longer required
- nothing here yet...

## 0.8.0

- `GameState` now is a generic `GameState<T: Clone = Vec<u8>>`, so serialization of game state to save and load is no longer required
- `trait NonBlockingSocket` now is a generic `NonBlockingSocket<A>`, where `A` generalizes the address that the socket uses to send a packet.

## 0.7.2

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ggrs"
version = "0.7.2"
version = "0.8.0"
authors = ["Georg Schuppe <[email protected]>"]
edition = "2021"
description = "GGRS is a reimagination of GGPO, enabling P2P rollback networking in Rust. Rollback to the future!"
Expand Down

0 comments on commit c5fa9f0

Please sign in to comment.