From 7915963e2fadac398bea4539b6d604c492500608 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 17 Sep 2024 13:34:36 +0000 Subject: [PATCH] Release --- changesets/Boneworks_SpeedrunTools_Minor.md | 1 - projects/Boneworks/SpeedrunTools/AppVersion.cs | 2 +- projects/Boneworks/SpeedrunTools/CHANGELOG.md | 5 +++++ .../Boneworks/SpeedrunTools/thunderstore/thunderstore.toml | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) delete mode 100644 changesets/Boneworks_SpeedrunTools_Minor.md diff --git a/changesets/Boneworks_SpeedrunTools_Minor.md b/changesets/Boneworks_SpeedrunTools_Minor.md deleted file mode 100644 index e0b3caf..0000000 --- a/changesets/Boneworks_SpeedrunTools_Minor.md +++ /dev/null @@ -1 +0,0 @@ -Allow PhysicsTickFixer mod to be used in runs. diff --git a/projects/Boneworks/SpeedrunTools/AppVersion.cs b/projects/Boneworks/SpeedrunTools/AppVersion.cs index 5410d42..49e79e4 100644 --- a/projects/Boneworks/SpeedrunTools/AppVersion.cs +++ b/projects/Boneworks/SpeedrunTools/AppVersion.cs @@ -1,5 +1,5 @@ namespace Sst { static class AppVersion { - public const string Value = "2.4.2"; + public const string Value = "2.5.0"; } } diff --git a/projects/Boneworks/SpeedrunTools/CHANGELOG.md b/projects/Boneworks/SpeedrunTools/CHANGELOG.md index 695d05b..cf233fb 100644 --- a/projects/Boneworks/SpeedrunTools/CHANGELOG.md +++ b/projects/Boneworks/SpeedrunTools/CHANGELOG.md @@ -1,3 +1,8 @@ +## 2.5.0 + +Allow PhysicsTickFixer mod to be used in runs. + + ## 2.4.2 Fixes logger error on startup. diff --git a/projects/Boneworks/SpeedrunTools/thunderstore/thunderstore.toml b/projects/Boneworks/SpeedrunTools/thunderstore/thunderstore.toml index fe72ba4..8573f0b 100644 --- a/projects/Boneworks/SpeedrunTools/thunderstore/thunderstore.toml +++ b/projects/Boneworks/SpeedrunTools/thunderstore/thunderstore.toml @@ -5,7 +5,7 @@ schemaVersion = "0.0.1" [package] namespace = "jakzo" name = "SpeedrunTools" -versionNumber = "2.4.2" +versionNumber = "2.5.0" description = "Utilities for Boneworks speedrunning." websiteUrl = "https://github.com/jakzo/SlzMods/tree/main/projects/Boneworks/SpeedrunTools" containsNsfwContent = false