From 683508f36e11471b8b6a4d2d650772ed757b07a2 Mon Sep 17 00:00:00 2001 From: Brent Yorgey Date: Fri, 14 Oct 2022 06:09:53 -0500 Subject: [PATCH] CHANGELOG for 0.1.1 release (#747) I propose making a 0.1.1.0 release with the Hackage hsnoise fix and the few extra features we've accumulated so far. --- CHANGELOG.md | 15 +++++++++++++++ swarm.cabal | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e0b17bce3..d654797b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Revision history for swarm +## **0.1.1.0** - 2022-10-14 + +A couple new features and an important bugfix for the Hackage release. + +- Update to `hsnoise-0.0.3`, fixing some world generation bugs that + only showed up in the Hackage + release. ([#746](https://github.com/swarm-game/swarm/pull/746)) +- New "blank" creative scenario + ([#741](https://github.com/swarm-game/swarm/pull/741)) +- REPL improvements + - `Ctrl-D` at an empty REPL prompt now triggers a quit + ([#743](https://github.com/swarm-game/swarm/pull/743)) + - The REPL panel now persists in showing the type of the most + recently evaluated expression ([#733](https://github.com/swarm-game/swarm/pull/733)) + ## **0.1.0.1** - 2022-10-06 A bugfix release for a few minor bugs that plagued the first release: diff --git a/swarm.cabal b/swarm.cabal index e6b690e2b..f31b5a41a 100644 --- a/swarm.cabal +++ b/swarm.cabal @@ -1,6 +1,6 @@ cabal-version: 2.4 name: swarm -version: 0.1.0.1 +version: 0.1.1.0 synopsis: 2D resource gathering game with programmable robots description: Swarm is a 2D programming and resource gathering