Skip to content

Commit

Permalink
Bump to 0.53.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Aerocatia committed May 12, 2024
1 parent 24ef17b commit 7620283
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
This is used for recording Invader's changes. This changelog is based on
[Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [0.53.5] - 2024-05-12
### Fixed
- invader-build: Change field default behavior to better match tool.exe.

## [0.53.4] - 2024-02-08
### Fixed
- invader: Add extra bounds checks to tag definitions.
Expand Down Expand Up @@ -2518,5 +2522,6 @@ image as one bitmap
[0.53.2]: https://github.com/SnowyMouse/invader/compare/0.53.1...0.53.2
[0.53.3]: https://github.com/SnowyMouse/invader/compare/0.53.2...0.53.3
[0.53.4]: https://github.com/SnowyMouse/invader/compare/0.53.3...0.53.4
[0.53.5]: https://github.com/SnowyMouse/invader/compare/0.53.4...0.53.5

[Untagged]: https://github.com/SnowyMouse/invader/compare/0.53.4...master
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cmake_minimum_required(VERSION 3.15)

# Project name - You should change this if you're making a fork
project(Invader
VERSION 0.53.4
VERSION 0.53.5
DESCRIPTION "Modding toolkit for Halo Combat Evolved"
LANGUAGES C CXX
)
Expand Down

0 comments on commit 7620283

Please sign in to comment.