From 64c798eeec7cc8923df4bf41ce28782fec871e8b Mon Sep 17 00:00:00 2001 From: Georg Schuppe Date: Wed, 17 Aug 2022 15:03:19 +0200 Subject: [PATCH] v0.9.2 --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 62650ec..c790a7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ In this document, all remarkable changes are listed. Not mentioned are smaller c ## Unreleased +- nothing here yet... + +## 0.9.2 + - fixed a bug where sync would not work with RTT higher than SYNC_RETRY_INTERVAL ## 0.9.1 diff --git a/Cargo.toml b/Cargo.toml index a9770b7..14bc5fc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ggrs" -version = "0.9.1" +version = "0.9.2" authors = ["Georg Schuppe "] edition = "2021" description = "GGRS is a reimagination of GGPO, enabling P2P rollback networking in Rust. Rollback to the future!"