Skip to content

Commit

Permalink
CHANGELOG for 0.1.1 release (#747)
Browse files Browse the repository at this point in the history
I propose making a 0.1.1.0 release with the Hackage hsnoise fix and the few extra features we've accumulated so far.
  • Loading branch information
byorgey authored Oct 14, 2022
1 parent 58ff215 commit 683508f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion swarm.cabal
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 683508f

Please sign in to comment.