Skip to content

Commit

Permalink
release v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gschup committed Feb 13, 2022
1 parent dd7de0a commit e708d6e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ In this document, all remarkable changes are listed. Not mentioned are smaller c

## Unreleased

- nothing here yet

## 0.9.0

- removed `GameState` from the public API.
- removed `PlayerInput` from the public API. `AdvanceFrame` requests will now hand over a tuple with the `InputStatus` and status of that input
- added `InputStatus` enum to distinguish the status of given inputs
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.8.0"
version = "0.9.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 e708d6e

Please sign in to comment.