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 @@
{
".": "1.0.0"
".": "2.0.0"
}
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# Changelog

## [2.0.0](https://github.com/untrustedmodders/plugify-module-template/compare/v1.0.0...v2.0.0) (2026-05-31)


### ⚠ BREAKING CHANGES

* update for a new plugify
* update for a new plugify

### Features

* update for a new plugify ([0fe86bd](https://github.com/untrustedmodders/plugify-module-template/commit/0fe86bd757d003cf387a35ae6669318c111c9308))
* update for a new plugify ([0811f16](https://github.com/untrustedmodders/plugify-module-template/commit/0811f16808143e31c40c96d2e83c5d1801f40639))


### Bug Fixes

* add build type to configure step ([23a2873](https://github.com/untrustedmodders/plugify-module-template/commit/23a287327dc45794a40f7a8a77d57dbd42e4f280))
* add cmake versioning ([121b426](https://github.com/untrustedmodders/plugify-module-template/commit/121b426ed2e0a869b31b2775ad6246bd2e50d704))
* bump C++ to 23 ([8c322a0](https://github.com/untrustedmodders/plugify-module-template/commit/8c322a062a768bc2a9d8914be56080ec54305ec9))
* disable asan in debug ([b95dd8a](https://github.com/untrustedmodders/plugify-module-template/commit/b95dd8af3158a68b716f0b65f2a7441357542518))
* improve san and debug symbols on windows ([3cb0a97](https://github.com/untrustedmodders/plugify-module-template/commit/3cb0a976d7e20aa850d914665edd482133004c97))
* update clang format ([e531f9a](https://github.com/untrustedmodders/plugify-module-template/commit/e531f9a4d0d7975b2ece36bbf85c515929c91bef))
* update clang-tidy ([e572d79](https://github.com/untrustedmodders/plugify-module-template/commit/e572d79a3adff0e4e4cf876066ad72adab9ca5c4))
* update notify ([5af82e7](https://github.com/untrustedmodders/plugify-module-template/commit/5af82e7dded8bb14a1f5ee741072a6979944f635))
* update plugify ([b771410](https://github.com/untrustedmodders/plugify-module-template/commit/b7714105e2761031b81432b58f20f40f2cfd82f5))
* update plugify ([fb7f83b](https://github.com/untrustedmodders/plugify-module-template/commit/fb7f83b6289affe668cc0150f14d0d87f6acbe64))
* update plugify ([bd9d532](https://github.com/untrustedmodders/plugify-module-template/commit/bd9d5326824c7bc011fd747a8e2ae93d42cb1306))
* update plugify ([cc347f4](https://github.com/untrustedmodders/plugify-module-template/commit/cc347f47b72898f0acf94f259ef5d56b865493ce))
* update plugify ([fd11416](https://github.com/untrustedmodders/plugify-module-template/commit/fd11416416eac06854ce1c6bab74a946865ace1a))
* update plugify ([040d954](https://github.com/untrustedmodders/plugify-module-template/commit/040d95484a17a8bb16e69e035084303370109262))
* update plugify ([68f4978](https://github.com/untrustedmodders/plugify-module-template/commit/68f49783bc3f790ba25decaa91ca026ebdfc3a46))
* update plugify ([bd06b5e](https://github.com/untrustedmodders/plugify-module-template/commit/bd06b5e1e81e79b949c0304c57cd2cca69231833))
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0
2.0.0