From e4759c0c20be3dce8d59f2db1b356042c7a98550 Mon Sep 17 00:00:00 2001 From: notgiven688 Date: Tue, 31 Dec 2024 09:03:26 +0100 Subject: [PATCH] Prepare 2.5.1 --- docs/docs/01_quickstart/00-project-setup.md | 2 +- docs/docs/changelog.md | 4 ++++ other/GodotDemo/JitterGodot.csproj | 2 +- other/GodotSoftBodies/JitterGodot.csproj | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/docs/docs/01_quickstart/00-project-setup.md b/docs/docs/01_quickstart/00-project-setup.md index 3afc47d6..96fa8cf9 100644 --- a/docs/docs/01_quickstart/00-project-setup.md +++ b/docs/docs/01_quickstart/00-project-setup.md @@ -27,7 +27,7 @@ Next, create a new console application in this directory and add Raylib-cs and J ```sh dotnet new console dotnet add package Raylib-cs --version 6.1.1 -dotnet add package Jitter2 --version 2.5.0 +dotnet add package Jitter2 --version 2.5.1 ``` You have completed the setup. If you now execute the following command: diff --git a/docs/docs/changelog.md b/docs/docs/changelog.md index 5a084529..31805811 100644 --- a/docs/docs/changelog.md +++ b/docs/docs/changelog.md @@ -4,6 +4,10 @@ sidebar_position: 5 # Changelog +### Jitter 2.5.1 (2024-12-31) + +- Bugfix in PairHashSet. + ### Jitter 2.5.0 (2024-12-23) - Better utilization of multi core systems. diff --git a/other/GodotDemo/JitterGodot.csproj b/other/GodotDemo/JitterGodot.csproj index 48507a96..f229c025 100644 --- a/other/GodotDemo/JitterGodot.csproj +++ b/other/GodotDemo/JitterGodot.csproj @@ -4,6 +4,6 @@ true - + diff --git a/other/GodotSoftBodies/JitterGodot.csproj b/other/GodotSoftBodies/JitterGodot.csproj index 48507a96..f229c025 100644 --- a/other/GodotSoftBodies/JitterGodot.csproj +++ b/other/GodotSoftBodies/JitterGodot.csproj @@ -4,6 +4,6 @@ true - +