Skip to content

Commit

Permalink
0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop committed Sep 28, 2019
1 parent d33b846 commit 75e8c96
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.

This project adheres to [Semantic Versioning](http://semver.org/).

## 0.6.1
* Show descriptions for all custom random maps, fixes [#6](https://github.com/SiegeEngineers/aoc-builtin-rms/issues/6).

## 0.6.0
* aoc-builtin-rms now requires the [aoc-mmmod](https://github.com/SiegeEngineers/aoc-mmmod) mod loader.
* Added [custom sections](https://github.com/SiegeEngineers/aoc-builtin-rms#custom-sections).
Expand Down
2 changes: 1 addition & 1 deletion aoc-builtin-rms.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#define _AOC_BUILTIN_RMS_H
#include <stddef.h>

#define AOC_BUILTIN_RMS_VERSION "0.6.0"
#define AOC_BUILTIN_RMS_VERSION "0.6.1"

typedef struct terrain_overrides {
int terrains[50];
Expand Down

0 comments on commit 75e8c96

Please sign in to comment.