Skip to content

Commit 35e4320

Browse files
chore(release): 2.3.0 [skip ci]
# [2.3.0](v2.2.8...v2.3.0) (2025-10-03) ### Bug Fixes * improve version detection to be case-insensitive and add Folia to loaders ([847d0ba](847d0ba)) * update build configuration to ensure shadowJar dependencies are correctly set ([020cd24](020cd24)) * update release configuration to include version in jar file path ([b83f20d](b83f20d)) * update release configuration to use wildcard for jar file path ([46abab3](46abab3)) ### Features * add changelog support with semantic-release and update dependencies ([b4e809e](b4e809e)) * add Folia support with PlatformModule and update scheduling logic ([2c6a79c](2c6a79c)) * add FoliaHelper and RegionServiceFactory for platform-specific service creation ([8f841c0](8f841c0)) * add package-info.java for Anti Redstone Clock Remastered API ([6d34bc8](6d34bc8)) * add RegionService interface for region-specific operations ([180918f](180918f)) * add SchedulerService interface for task scheduling across platforms ([4ba20eb](4ba20eb)) * add SchedulerServiceFactory for platform-specific scheduler service creation ([e2da2c3](e2da2c3)) * add support for JAR artifact upload and download link in PR comments ([8c7119b](8c7119b)) * **i18n:** add Hungarian localization for AntiRedstone Clock Remastered ([43c6536](43c6536)) * implement BukkitRegionService and FoliaRegionService for region-specific operations ([5d0e8a9](5d0e8a9)) * implement BukkitSchedulerService and FoliaSchedulerService for task scheduling ([81c1010](81c1010)) * implement JAR upload and PR comment functionality for publish-pr label ([58e96cb](58e96cb)) * Stable release - Folia Support ([#161](#161)) ([6bf1a18](6bf1a18)) * update permissions for JAR upload job to allow write access ([0694c99](0694c99)) * update permissions for PR label listener and JAR upload job ([29a9bda](29a9bda)) * update permissions in build-pr.yml to allow write access for checks ([ce986d0](ce986d0)) * update PR label listener permissions for issues and actions ([60e505c](60e505c))
1 parent 6bf1a18 commit 35e4320

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
1+
# [2.3.0](https://github.com/OneLiteFeatherNET/AntiRedstoneClock-Remastered/compare/v2.2.8...v2.3.0) (2025-10-03)
2+
3+
4+
### Bug Fixes
5+
6+
* improve version detection to be case-insensitive and add Folia to loaders ([847d0ba](https://github.com/OneLiteFeatherNET/AntiRedstoneClock-Remastered/commit/847d0bae03ba487d402aaa8d68beb833345821bd))
7+
* update build configuration to ensure shadowJar dependencies are correctly set ([020cd24](https://github.com/OneLiteFeatherNET/AntiRedstoneClock-Remastered/commit/020cd24b9a441c3ec7f38b72c58fd4da3787230e))
8+
* update release configuration to include version in jar file path ([b83f20d](https://github.com/OneLiteFeatherNET/AntiRedstoneClock-Remastered/commit/b83f20dd80f9c9ca64851600672eb12cff567127))
9+
* update release configuration to use wildcard for jar file path ([46abab3](https://github.com/OneLiteFeatherNET/AntiRedstoneClock-Remastered/commit/46abab32b0d090f08659d028ba3c5b7f94b957c1))
10+
11+
12+
### Features
13+
14+
* add changelog support with semantic-release and update dependencies ([b4e809e](https://github.com/OneLiteFeatherNET/AntiRedstoneClock-Remastered/commit/b4e809e99364cf1c88262caba6ced6d6f1047102))
15+
* add Folia support with PlatformModule and update scheduling logic ([2c6a79c](https://github.com/OneLiteFeatherNET/AntiRedstoneClock-Remastered/commit/2c6a79c67e6b405f408eb6ad84eea4c977016642))
16+
* add FoliaHelper and RegionServiceFactory for platform-specific service creation ([8f841c0](https://github.com/OneLiteFeatherNET/AntiRedstoneClock-Remastered/commit/8f841c07c9b6797a62eba8fffc4978199cf7f223))
17+
* add package-info.java for Anti Redstone Clock Remastered API ([6d34bc8](https://github.com/OneLiteFeatherNET/AntiRedstoneClock-Remastered/commit/6d34bc8fdf45ac3c2106ed80721360fc24bff6c6))
18+
* add RegionService interface for region-specific operations ([180918f](https://github.com/OneLiteFeatherNET/AntiRedstoneClock-Remastered/commit/180918f7d70a22077cdcd311d66de5fe8501e961))
19+
* add SchedulerService interface for task scheduling across platforms ([4ba20eb](https://github.com/OneLiteFeatherNET/AntiRedstoneClock-Remastered/commit/4ba20eb3b7931bbf1015736d3651a9c44f79ef6f))
20+
* add SchedulerServiceFactory for platform-specific scheduler service creation ([e2da2c3](https://github.com/OneLiteFeatherNET/AntiRedstoneClock-Remastered/commit/e2da2c39fc94355b76386e987883756936bdb45d))
21+
* add support for JAR artifact upload and download link in PR comments ([8c7119b](https://github.com/OneLiteFeatherNET/AntiRedstoneClock-Remastered/commit/8c7119b0c4f31db9ade3ae7005a285735dfacbd7))
22+
* **i18n:** add Hungarian localization for AntiRedstone Clock Remastered ([43c6536](https://github.com/OneLiteFeatherNET/AntiRedstoneClock-Remastered/commit/43c6536ad19869ca672d49e61355ee013f3eac55))
23+
* implement BukkitRegionService and FoliaRegionService for region-specific operations ([5d0e8a9](https://github.com/OneLiteFeatherNET/AntiRedstoneClock-Remastered/commit/5d0e8a9210b4a67d6c31e6a898482ab1b5cd5523))
24+
* implement BukkitSchedulerService and FoliaSchedulerService for task scheduling ([81c1010](https://github.com/OneLiteFeatherNET/AntiRedstoneClock-Remastered/commit/81c1010d67beffb55276e4ff135d3a39f6bcf901))
25+
* implement JAR upload and PR comment functionality for publish-pr label ([58e96cb](https://github.com/OneLiteFeatherNET/AntiRedstoneClock-Remastered/commit/58e96cbaddb688ad4f0b795b2a7202ed8332090d))
26+
* Stable release - Folia Support ([#161](https://github.com/OneLiteFeatherNET/AntiRedstoneClock-Remastered/issues/161)) ([6bf1a18](https://github.com/OneLiteFeatherNET/AntiRedstoneClock-Remastered/commit/6bf1a18da232d1a4a59758478ef940a24a807e74))
27+
* update permissions for JAR upload job to allow write access ([0694c99](https://github.com/OneLiteFeatherNET/AntiRedstoneClock-Remastered/commit/0694c99ca6e237d027275576eddd954ffcc622eb))
28+
* update permissions for PR label listener and JAR upload job ([29a9bda](https://github.com/OneLiteFeatherNET/AntiRedstoneClock-Remastered/commit/29a9bda16a9a418542d15b9ea2d15580c8312edd))
29+
* update permissions in build-pr.yml to allow write access for checks ([ce986d0](https://github.com/OneLiteFeatherNET/AntiRedstoneClock-Remastered/commit/ce986d0acb4795dc3e8029c7a77bb6e8d22ed495))
30+
* update PR label listener permissions for issues and actions ([60e505c](https://github.com/OneLiteFeatherNET/AntiRedstoneClock-Remastered/commit/60e505c24462260cbfbc0169a25c90d0893421c5))
31+
132
# [2.3.0-beta.14](https://github.com/OneLiteFeatherNET/AntiRedstoneClock-Remastered/compare/v2.3.0-beta.13...v2.3.0-beta.14) (2025-10-03)
233

334

0 commit comments

Comments
 (0)