Skip to content

Commit

Permalink
Bump version (v1.0.0 -> v1.1.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
ccntrq committed Aug 26, 2023
1 parent 7a59e21 commit 42232b3
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,22 @@ file.

This project adheres to the [Haskell Package Versioning Policy](https://pvp.haskell.org/).

## 1.1.0 (2023-08-26)

Synced with latest Battlesnake API spec and improved documentation.

### Added

- `map` and `source` fields added to `Game`
- `rulesetSettings` field added to `Ruleset`
- `customizations` field added to `Battlesnake`

### Changed

- the `info` handler passed to `runBattlesnakeServer` must be an IO action now
- `InfoResponse.apiversion` was changed from `Text` to the new `APIVersion` type
to prevent invalid api version

## 1.0.0 (2023-08-22)

### Added
Expand Down
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: starter-snake-haskell
version: 1.0.0
version: 1.1.0
synopsis: A Haskell Battlesnake starter
description: See README at <https://github.com/ccntrq/starter-snake-haskell>
category: Game, Web
Expand Down

0 comments on commit 42232b3

Please sign in to comment.