diff --git a/CHANGELOG.md b/CHANGELOG.md index b038e92..d529d48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## 0.3.0 +* aoc-language-ini now requires the [aoc-mmmod][] mod loader. Please see the readme for updated install instructions. + +[aoc-mmmod]: https://github.com/SiegeEngineers/aoc-mmmod + ## 0.2.1 * Unescape \r in ini strings, thanks Bigbossbro09 for the bug report. diff --git a/main.c b/main.c index 778007e..7755147 100644 --- a/main.c +++ b/main.c @@ -3,7 +3,7 @@ #include #include -#define AOC_LANGUAGE_INI_VERSION "0.2.1" +#define AOC_LANGUAGE_INI_VERSION "0.3.0" static char file_exists(char* filename) { WIN32_FIND_DATA file_data;