Skip to content

Commit

Permalink
Prepare 2.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
notgiven688 committed Jan 7, 2025
1 parent f61d224 commit f26e73e
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/docs/01_quickstart/00-project-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.1
dotnet add package Jitter2 --version 2.5.2
```

You have completed the setup. If you now execute the following command:
Expand Down
10 changes: 8 additions & 2 deletions docs/docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,15 @@ sidebar_position: 5

# Changelog

### Jitter 2.5.2 (2025-01-08)

- Added enumeration method to `DynamicTree` and made `PairHashSet` internal.
- Removed `UseFullEPASolver` option.
- Further improved simulation performance under high lock contention scenarios.

### Jitter 2.5.1 (2024-12-31)

- Bugfix in PairHashSet.
- Bugfix in `PairHashSet`.

### Jitter 2.5.0 (2024-12-23)

Expand All @@ -15,7 +21,7 @@ sidebar_position: 5

### Jitter 2.4.9 (2024-12-18)

- Huge improvements for the DynamicTree implementation.
- Huge improvements for the `DynamicTree` implementation.

### Jitter 2.4.8 (2024-11-27)

Expand Down
2 changes: 1 addition & 1 deletion other/GodotDemo/JitterGodot.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
<EnableDynamicLoading>true</EnableDynamicLoading>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Jitter2" Version="2.5.1" />
<PackageReference Include="Jitter2" Version="2.5.2" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion other/GodotSoftBodies/JitterGodot.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
<EnableDynamicLoading>true</EnableDynamicLoading>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Jitter2" Version="2.5.1" />
<PackageReference Include="Jitter2" Version="2.5.2" />
</ItemGroup>
</Project>

0 comments on commit f26e73e

Please sign in to comment.