From 208a6ea8a7fd73d0ddf7378bc3ed02b26543b5c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Kriv=C3=A1cs=20Schr=C3=B8der?= Date: Tue, 21 May 2024 17:30:03 +0200 Subject: [PATCH] chore: prepare for v0.7.0 release --- .vscode/mod.csproj | 2 +- About/About.xml | 2 +- About/Manifest.xml | 2 +- CHANGELOG.md | 3 +++ 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.vscode/mod.csproj b/.vscode/mod.csproj index af4580e..1be33d9 100644 --- a/.vscode/mod.csproj +++ b/.vscode/mod.csproj @@ -8,7 +8,7 @@ FarmingHysteresis FarmingHysteresis - 0.6.1 + 0.7.0 false diff --git a/About/About.xml b/About/About.xml index c431999..3934a6f 100644 --- a/About/About.xml +++ b/About/About.xml @@ -23,7 +23,7 @@ This mod supports RimWorld 1.3, 1.4 and 1.5
  • 1.4
  • 1.5
  • - 0.6.1 + 0.7.0
  • brrainz.harmony diff --git a/About/Manifest.xml b/About/Manifest.xml index f857b97..f18025a 100644 --- a/About/Manifest.xml +++ b/About/Manifest.xml @@ -1,7 +1,7 @@ ilyvion.FarmingHysteresis - 0.6.1 + 0.7.0
  • brrainz.harmony
  • diff --git a/CHANGELOG.md b/CHANGELOG.md index 093d216..46ac04a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.7.0] - 2024-05-21 + ### Added - Added a setting to hide the Hysteresis tab from the game. @@ -122,6 +124,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - First implementation of the mod. [Unreleased]: https://github.com/ilyvion/farming-hysteresis/compare/v0.6.0...HEAD +[0.7.0]: https://github.com/ilyvion/farming-hysteresis/compare/v0.6.1...v0.7.0 [0.6.1]: https://github.com/ilyvion/farming-hysteresis/compare/v0.6.0...v0.6.1 [0.6.0]: https://github.com/ilyvion/farming-hysteresis/compare/v0.5.1...v0.6.0 [0.5.1]: https://github.com/ilyvion/farming-hysteresis/compare/v0.5.0...v0.5.1