Skip to content

Commit

Permalink
Bump to 0.53.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Aerocatia committed Feb 7, 2024
1 parent e810b09 commit 83405e7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
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.4] - 2024-02-08
### Fixed
- invader: Add extra bounds checks to tag definitions.
- invader: Enable long file paths in the Windows executable manifest.

## [0.53.3] - 2023-07-25
### Fixed
- invader-build: Fix defaulting model filthy part indices.
Expand Down Expand Up @@ -2512,5 +2517,6 @@ image as one bitmap
[0.53.1]: https://github.com/SnowyMouse/invader/compare/0.53.0...0.53.1
[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

[Untagged]: https://github.com/SnowyMouse/invader/compare/0.53.3...master
[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.3
VERSION 0.53.4
DESCRIPTION "Modding toolkit for Halo Combat Evolved"
LANGUAGES C CXX
)
Expand Down

0 comments on commit 83405e7

Please sign in to comment.