Skip to content

Commit c607283

Browse files
chore(main): release 1.2.4
1 parent 7cc7d3c commit c607283

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

.github/release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.2.3"
2+
".": "1.2.4"
33
}

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## [1.2.4](https://github.com/untrustedmodders/plugify/compare/v1.2.3...v1.2.4) (2025-04-03)
4+
5+
6+
### Bug Fixes
7+
8+
* add cmake version parse ([0596375](https://github.com/untrustedmodders/plugify/commit/059637536747ff1977e8af455fc976e430f9923d))
9+
* add compiler macros ([944f1a7](https://github.com/untrustedmodders/plugify/commit/944f1a7a0a877cb759bc0a087099f84ef5521ae4))
10+
* add cpplogs to test app ([aeeb346](https://github.com/untrustedmodders/plugify/commit/aeeb34611eccb36d7fb027ebf05ce07fcf3963c8))
11+
* add cpptrace ([cf7d6e4](https://github.com/untrustedmodders/plugify/commit/cf7d6e47e8fcdc3b8a77044e191a7c6a690f84b6))
12+
* add crashlogs ([6871b78](https://github.com/untrustedmodders/plugify/commit/6871b78dcf83955f8f0c887f4edbe58210df6c80))
13+
* add debugging header ([801e84c](https://github.com/untrustedmodders/plugify/commit/801e84ca98b97a5112573285173eb6acd873b32d))
14+
* add miniz patch ([e1ba267](https://github.com/untrustedmodders/plugify/commit/e1ba267c9c551a16fa1d45697968a8de134b55f2))
15+
* add url links to fetch contents ([ba337e4](https://github.com/untrustedmodders/plugify/commit/ba337e4ddc9d1259e8f962c103313a4de96c62a3))
16+
* cpptrace problem on Linux and Mac ([c74139a](https://github.com/untrustedmodders/plugify/commit/c74139ab492830368eca7aaf7dcca9dba697d593))
17+
* massive CMake rework ([5489698](https://github.com/untrustedmodders/plugify/commit/5489698e23f1fdd6f9412196fd23e1d3faa55d5c))
18+
* MINGW build ([7cc7d3c](https://github.com/untrustedmodders/plugify/commit/7cc7d3cc3e48d455c7b4056f5adce92f572c1894))
19+
* remove sstream in date format ([1fb3fbf](https://github.com/untrustedmodders/plugify/commit/1fb3fbf7467e42ce90b0b3ae23a39155b1397072))
20+
* remove stacktrace include ([b1301d3](https://github.com/untrustedmodders/plugify/commit/b1301d3e51a2672ff7c49cfab0e31a214d9ce16b))
21+
* replace assert by default one ([c578381](https://github.com/untrustedmodders/plugify/commit/c5783811f00b6c435018f4c780a45611d38c91a6))
22+
* small linux fixes ([3fbc407](https://github.com/untrustedmodders/plugify/commit/3fbc4078e89809d8f150aec0f672049ec5c5a58b))
23+
324
## [1.2.3](https://github.com/untrustedmodders/plugify/compare/v1.2.2...v1.2.3) (2025-03-27)
425

526

version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.3
1+
1.2.4

0 commit comments

Comments
 (0)