Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.0.0"
".": "2.0.1"
}
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Changelog

## [2.0.1](https://github.com/untrustedmodders/plugify/compare/v2.0.0...v2.0.1) (2025-11-01)


### Bug Fixes

* add case_insensitive_compare ([3fa4b41](https://github.com/untrustedmodders/plugify/commit/3fa4b41eb40d72397ef827d79f90952957b87d0d))
* add constant iters to hybrid vector ([1196475](https://github.com/untrustedmodders/plugify/commit/1196475177d5a1ac7359e406c0f18376c5a7ad22))
* add directory exclusion for manifest search ([6396037](https://github.com/untrustedmodders/plugify/commit/6396037e80982497c0d2686ae37f4115c9116b28))
* add hybrid_vector helper ([be69959](https://github.com/untrustedmodders/plugify/commit/be69959b10391afa80f91a84c5f1e7134eab0d79))
* add vector parser util func ([cbd8a2f](https://github.com/untrustedmodders/plugify/commit/cbd8a2f8e26fa2448c778353accec742197458c1))
* case_insensitive_equal issue ([7d96f53](https://github.com/untrustedmodders/plugify/commit/7d96f53c2358cd8d15b2fdfddcd713a109392553))
* improve enum prettify ([fc46ac3](https://github.com/untrustedmodders/plugify/commit/fc46ac351c9935a643d113444f27b13cbb5c8cef))
* improve ipvbase ([2c72070](https://github.com/untrustedmodders/plugify/commit/2c720701596de48169ddf89ad203f77d0e561a58))
* improve plg formatter for primitive structs ([35b9a16](https://github.com/untrustedmodders/plugify/commit/35b9a165a9b12fb334c6a6d7a13dae9fa13f35c4))
* remove assume valid in string header ([8ad7f39](https://github.com/untrustedmodders/plugify/commit/8ad7f3981e9bafda7dca42e123a46c01466c8530))
* remove dublicates validation for enum values ([b0399a7](https://github.com/untrustedmodders/plugify/commit/b0399a752f1fc115d994b470a921ae15710686a1))
* rework allocator for alignment mode ([aea99c2](https://github.com/untrustedmodders/plugify/commit/aea99c2a0fa562895c8b3383c591bc8fa626076d))
* rework event bus little bit ([361398f](https://github.com/untrustedmodders/plugify/commit/361398fd37af66771781fee9a33fa4ff3033295f))
* rework manifest lookup ([e842305](https://github.com/untrustedmodders/plugify/commit/e842305f01d4304ff6714bcfbbdfe74b27381a3e))
* rework safecall to static method ([57bc377](https://github.com/untrustedmodders/plugify/commit/57bc377e0474bc7ce7bfcaa4cf975af2541f94b5))
* small refactor ([c536899](https://github.com/untrustedmodders/plugify/commit/c5368993c14e42243392f6b312a37a25a8f4477c))
* string in constexpr on GCC 15 ([d9b99ea](https://github.com/untrustedmodders/plugify/commit/d9b99ea80eb031a845f294de0079b63ce84b7b0a))
* typo ([c2b28f2](https://github.com/untrustedmodders/plugify/commit/c2b28f2d3055395f6913ee91f31508787f4e00cf))

## [2.0.0](https://github.com/untrustedmodders/plugify/compare/v1.2.8...v2.0.0) (2025-10-07)


Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.0
2.0.1