Skip to content

Commit 6cce548

Browse files
chore(main): release 2.1.0
1 parent 605e4d1 commit 6cce548

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.0.3"
2+
".": "2.1.0"
33
}

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [2.1.0](https://github.com/untrustedmodders/plugify-plugin-polyhook/compare/v2.0.3...v2.1.0) (2025-10-19)
4+
5+
6+
### Features
7+
8+
* add vfunc hook and change api for vtable hook ([99b74db](https://github.com/untrustedmodders/plugify-plugin-polyhook/commit/99b74db7eff76d46e925f914744a6ec2fbc16752))
9+
* rework thread safety ([306dcd7](https://github.com/untrustedmodders/plugify-plugin-polyhook/commit/306dcd79278fd73bf7d53958abb25f76323deba3))
10+
11+
12+
### Bug Fixes
13+
14+
* add some nullptr checks ([2634513](https://github.com/untrustedmodders/plugify-plugin-polyhook/commit/2634513464b174e29b32216677064b27cdb4ded6))
15+
* error to stderr stream before terminate ([b032373](https://github.com/untrustedmodders/plugify-plugin-polyhook/commit/b0323735649c272d7b2a91c5f9b5be0a504ddfcb))
16+
* rework thread safety (2) ([bb17e32](https://github.com/untrustedmodders/plugify-plugin-polyhook/commit/bb17e32b88fbc0db0505b31d56eca70832a0ab69))
17+
* rework thread safety (3) ([605e4d1](https://github.com/untrustedmodders/plugify-plugin-polyhook/commit/605e4d103033332a34d5fd175ad23e2955f2195e))
18+
319
## [2.0.3](https://github.com/untrustedmodders/plugify-plugin-polyhook/compare/v2.0.2...v2.0.3) (2025-10-05)
420

521

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.3
1+
2.1.0

0 commit comments

Comments
 (0)