Skip to content

Commit

Permalink
Updated the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
SMJSGaming committed Sep 30, 2024
1 parent a64e351 commit c34fab3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# GDIntercept Changelog

## v0.6.6-alpha.6 (2024-09-27) - Theme Docs
## v0.6.5-alpha.6 (2024-09-27) - Race Condition Patch

- Patched all remaining race conditions (closed source for security reasons)

## v0.6.4-alpha.6 (2024-09-27) - Theme Docs

- Added a theme documentation page

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set(CMAKE_CXX_VISIBILITY_PRESET hidden)
set(CMAKE_OSX_ARCHITECTURES "arm64;x86_64")
set(CMAKE_MSVC_RUNTIME_LIBRARY MultiThreadedDLL)

project(GDIntercept VERSION 0.6.4)
project(GDIntercept VERSION 0.6.5)

file(GLOB_RECURSE SOURCES "src/*.cpp")
add_library(${PROJECT_NAME} SHARED ${SOURCES})
Expand Down
2 changes: 1 addition & 1 deletion mod.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"geode": "3.7.1",
"version": "v0.6.4-alpha.6",
"version": "v0.6.5-alpha.6",
"id": "smjs.gdintercept",
"name": "GDIntercept",
"api": {
Expand Down

0 comments on commit c34fab3

Please sign in to comment.