Skip to content

Commit

Permalink
Merge master
Browse files Browse the repository at this point in the history
  • Loading branch information
ShellyHerself committed Mar 23, 2021
2 parents 1a0f8cb + e007e79 commit a0a56ca
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,22 @@ 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.10.1]
## [2.11.2]
### Changed
- Fix bsp extraction bug

## [2.11.1]
### Changed
- 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.
Expand Down
2 changes: 1 addition & 1 deletion reclaimer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
__author__ = "Sigmmma"
# YYYY.MM.DD
__date__ = "2021.03.23"
__version__ = (2, 10, 1)
__version__ = (2, 11, 2)
__website__ = "https://github.com/Sigmmma/reclaimer"
__all__ = (
"animation", "bitmaps", "h2", "h3", "halo_script", "hek", "meta", "misc",
Expand Down

0 comments on commit a0a56ca

Please sign in to comment.