diff --git a/docs/api/changelog.rst b/docs/api/changelog.rst index 062ad57c..2764987e 100644 --- a/docs/api/changelog.rst +++ b/docs/api/changelog.rst @@ -2,6 +2,21 @@ Version History *************** +0.12.2 - 2017-12-24 +=================== + +Fixed +----- + +- Plugins with a ``.esp`` file extension that have the light master flag set are + no longer treated as masters when sorting, so they can have other ``.esp`` + files as masters without causing cyclic interaction sorting errors. + +Changed +------- + +- Downgraded Boost to 1.63.0 to take advantage of pre-built binaries on AppVeyor. + 0.12.1 - 2017-11-23 =================== diff --git a/src/api/loot_version.cpp.in b/src/api/loot_version.cpp.in index 643816f9..566520f9 100644 --- a/src/api/loot_version.cpp.in +++ b/src/api/loot_version.cpp.in @@ -27,7 +27,7 @@ namespace loot { const unsigned int LootVersion::major = 0; const unsigned int LootVersion::minor = 12; -const unsigned int LootVersion::patch = 1; +const unsigned int LootVersion::patch = 2; const std::string LootVersion::revision = "@GIT_COMMIT_STRING@"; LOOT_API std::string LootVersion::string() { diff --git a/src/api/resource.rc b/src/api/resource.rc index b5d4cde8..1746761f 100644 --- a/src/api/resource.rc +++ b/src/api/resource.rc @@ -2,8 +2,8 @@ #include 1 VERSIONINFO -FILEVERSION 0, 12, 1, 0 -PRODUCTVERSION 0, 12, 1, 0 +FILEVERSION 0, 12, 2, 0 +PRODUCTVERSION 0, 12, 2, 0 FILEOS VOS__WINDOWS32 FILETYPE VFT_APP BEGIN