From e24f08b8882d3ad7d317ec9aeea35f8e5410b85e Mon Sep 17 00:00:00 2001 From: Georg Schuppe Date: Tue, 23 Apr 2024 17:28:28 +0200 Subject: [PATCH] v0.10.2 --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f3b583..b0b051f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ In this document, all remarkable changes are listed. Not mentioned are smaller c ## Unreleased +- Nothing here yet... + +## 0.10.2 + +- fix dependency versions + ## 0.10.1 - SyncTest now checks frames in chronological order diff --git a/Cargo.toml b/Cargo.toml index b8bdd9d..873a939 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ggrs" -version = "0.10.1" +version = "0.10.2" authors = ["Georg Schuppe "] edition = "2021" description = "GGRS is a reimagination of GGPO, enabling P2P rollback networking in Rust. Rollback to the future!"