Skip to content

Commit e890fb4

Browse files
committed
Updated the changelog
1 parent 4a15de7 commit e890fb4

File tree

3 files changed

+8
-11
lines changed

3 files changed

+8
-11
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# GDIntercept Changelog
22

3-
## v0.6.6-alpha.6 (2024-09-27) - Theme Docs
3+
## v0.6.5-alpha.6 (2024-09-27) - Race Condition Patch
4+
5+
- Patched all remaining race conditions (closed source for security reasons)
6+
7+
## v0.6.4-alpha.6 (2024-09-27) - Theme Docs
48

59
- Added a theme documentation page
610

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set(CMAKE_CXX_VISIBILITY_PRESET hidden)
55
set(CMAKE_OSX_ARCHITECTURES "arm64;x86_64")
66
set(CMAKE_MSVC_RUNTIME_LIBRARY MultiThreadedDLL)
77

8-
project(GDIntercept VERSION 0.6.4)
8+
project(GDIntercept VERSION 0.6.5)
99

1010
file(GLOB_RECURSE SOURCES "src/*.cpp")
1111
add_library(${PROJECT_NAME} SHARED ${SOURCES})

mod.json

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"geode": "3.7.1",
3-
"version": "v0.6.4-alpha.6",
3+
"version": "v0.6.5-alpha.6",
44
"id": "smjs.gdintercept",
55
"name": "GDIntercept",
66
"api": {
@@ -158,12 +158,5 @@
158158
"type": "bool",
159159
"default": false
160160
}
161-
},
162-
"incompatibilities": [
163-
{
164-
"id": "sorkopiko.noratelimit",
165-
"version": "*",
166-
"importance": "breaking"
167-
}
168-
]
161+
}
169162
}

0 commit comments

Comments
 (0)