From fe7a335f968cb80aa42d0ea6ba514600b9fd7a27 Mon Sep 17 00:00:00 2001 From: modmuss Date: Wed, 15 Nov 2023 14:26:41 +0000 Subject: [PATCH] Bump version --- CHANGELOG.md | 3 ++- gradle.properties | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32272e16..35a5ded2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,9 +3,10 @@ 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). -## [Unreleased] +## [0.5.0] - 2023-11-15 - Actually marked `HierarchyInfoProvider` as experimental - Added changelog +- Added SRG and XSRG writer ## [0.5.0-beta.3] - 2023-10-06 - Optimized Enigma directory reader diff --git a/gradle.properties b/gradle.properties index 06b7a976..5e8ba050 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,7 +2,7 @@ org.gradle.jvmargs = -Xmx2G # Project properties -version = 0.5.0-beta.3 +version = 0.5.0 # Dependencies asm_version = 9.6