From d6d4955950c30ade1fe36e6bde8be5e07a7c7dfb Mon Sep 17 00:00:00 2001 From: gbMichelle Date: Fri, 12 Mar 2021 19:19:06 +0100 Subject: [PATCH 1/3] Update CHANGELOG.MD --- CHANGELOG.MD | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.MD b/CHANGELOG.MD index 5678594d..6516a225 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2.11.1] + - Fix version + +## [2.11.0] +### Added + - Make Halo1YeloMap its own thing + - Add MCC scoring type to unit definition + +### Changed + - renamed mcc_Actor_type to mcc_scoring_type + ## [2.10.0] ### Changed - Made some logic optional to get around a Python 3.9 issue with loading tags. From 10b76b5ad92d62f2712a4c36b99e3ac65db4da36 Mon Sep 17 00:00:00 2001 From: gbMichelle Date: Fri, 12 Mar 2021 19:19:28 +0100 Subject: [PATCH 2/3] Update CHANGELOG.MD --- CHANGELOG.MD | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.MD b/CHANGELOG.MD index 6516a225..e271353a 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -5,6 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [2.11.1] +### Changed - Fix version ## [2.11.0] From e007e79beacd773158cd3afc719677bad971e0f4 Mon Sep 17 00:00:00 2001 From: gbMichelle Date: Fri, 12 Mar 2021 19:20:39 +0100 Subject: [PATCH 3/3] Bump version --- reclaimer/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reclaimer/__init__.py b/reclaimer/__init__.py index d83e6e5e..47d5b8ca 100644 --- a/reclaimer/__init__.py +++ b/reclaimer/__init__.py @@ -13,7 +13,7 @@ __author__ = "Sigmmma" # YYYY.MM.DD __date__ = "2021.03.12" -__version__ = (2, 10, 0) +__version__ = (2, 11, 1) __website__ = "https://github.com/Sigmmma/reclaimer" __all__ = ( "animation", "bitmaps", "h2", "h3", "halo_script", "hek", "meta", "misc",