From f7e9271f58ba94fdd588f97ddfddf66d53cc0c71 Mon Sep 17 00:00:00 2001 From: Brent Yorgey Date: Wed, 1 Feb 2023 12:48:58 -0600 Subject: [PATCH] 0.3.0.1 release (#1077) I'd like to put out an 0.3.0.1 bugfix release with the fixes that have gone in since the 0.3 release. --- CHANGELOG.md | 8 ++++++++ swarm.cabal | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7f9eaa7b..ff3abce5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Revision history for swarm +## **0.3.0.1** - 2023-02-01 + +A few critical bug fixes and improvements: + +* Make sure the base always has a `logger` installed in every tutorial level, by @byorgey in [#1067](https://github.com/swarm-game/swarm/pull/1067) and @xsebek in [#1073](https://github.com/swarm-game/swarm/pull/1073) +* Allow dialog boxes to scroll by @byorgey in [#1071](https://github.com/swarm-game/swarm/pull/1071) +* Fix bug that sometimes caused scenarios to be skipped or repeated by @byorgey in [#1065](https://github.com/swarm-game/swarm/pull/1065) + ## **0.3.0.0** - 2023-01-30 This is the first release of 2023! It contains: diff --git a/swarm.cabal b/swarm.cabal index 6491c8c0b..6a1a765ee 100644 --- a/swarm.cabal +++ b/swarm.cabal @@ -1,6 +1,6 @@ cabal-version: 2.4 name: swarm -version: 0.3.0.0 +version: 0.3.0.1 synopsis: 2D resource gathering game with programmable robots description: Swarm is a 2D programming and resource gathering