Skip to content

Commit e0bcdf6

Browse files
chore(release): 1.6.0 [skip ci]
# [1.6.0](v1.5.0...v1.6.0) (2025-12-23) ### Bug Fixes * Add API version specification to plugin.yml ([51cad39](51cad39)) * add missing return statement in ChunkCommand ([95e6d27](95e6d27)) * improve version detection and Spigot server compatibility ([e6830aa](e6830aa)) * **ParticleEffect:** add NONE particles to unsupported effects list ([1219c0f](1219c0f)) * **publish:** correct Maven coordinates for lib submodule ([df2703d](df2703d)) * wrap chunk particle task in try-catch and change to sync scheduler ([28f132b](28f132b)) ### Features * add chunk visualization feature and scheduler abstraction ([0df789f](0df789f)) * add getMappings method for unmodifiable view of particle mappings ([381c98b](381c98b)) * add Minecraft version 1.21.11 support ([79b2e6a](79b2e6a)) * update Minecraft version and improve NMS particle resolution ([dd0cd91](dd0cd91))
1 parent 1ee73df commit e0bcdf6

3 files changed

Lines changed: 23 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
# [1.6.0](https://github.com/GeorgeV220/ParticleLib/compare/v1.5.0...v1.6.0) (2025-12-23)
2+
3+
4+
### Bug Fixes
5+
6+
* Add API version specification to plugin.yml ([51cad39](https://github.com/GeorgeV220/ParticleLib/commit/51cad39aaed8014efaf681c72e1c40285ae21515))
7+
* add missing return statement in ChunkCommand ([95e6d27](https://github.com/GeorgeV220/ParticleLib/commit/95e6d27caadce8cde033704cc929ac382901f4e1))
8+
* improve version detection and Spigot server compatibility ([e6830aa](https://github.com/GeorgeV220/ParticleLib/commit/e6830aafe5bc835880df70eb547bfb56ef6a98e3))
9+
* **ParticleEffect:** add NONE particles to unsupported effects list ([1219c0f](https://github.com/GeorgeV220/ParticleLib/commit/1219c0fe5e652c9b862b863339cf82fdf45b2d14))
10+
* **publish:** correct Maven coordinates for lib submodule ([df2703d](https://github.com/GeorgeV220/ParticleLib/commit/df2703df894bd0f8be4fdda606b89f9f9e3fed49))
11+
* wrap chunk particle task in try-catch and change to sync scheduler ([28f132b](https://github.com/GeorgeV220/ParticleLib/commit/28f132b8da2ff64349104b56084ec9ae17c9b40f))
12+
13+
14+
### Features
15+
16+
* add chunk visualization feature and scheduler abstraction ([0df789f](https://github.com/GeorgeV220/ParticleLib/commit/0df789fc312a093abde75accf8bc2d336045ee58))
17+
* add getMappings method for unmodifiable view of particle mappings ([381c98b](https://github.com/GeorgeV220/ParticleLib/commit/381c98bc4f17c333e932032b1fa6817d256f3853))
18+
* add Minecraft version 1.21.11 support ([79b2e6a](https://github.com/GeorgeV220/ParticleLib/commit/79b2e6af6286315cb3c007a83427384a9d6a9cf5))
19+
* update Minecraft version and improve NMS particle resolution ([dd0cd91](https://github.com/GeorgeV220/ParticleLib/commit/dd0cd91bdd42ec03e525a440340da9e453bb8a0d))
20+
121
# [1.6.0-alpha.6](https://github.com/GeorgeV220/ParticleLib/compare/v1.6.0-alpha.5...v1.6.0-alpha.6) (2025-12-22)
222

323

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ The latest version <img src="https://img.shields.io/github/v/release/GeorgeV220/
4949
<dependency>
5050
<groupId>com.georgev22</groupId>
5151
<artifactId>particle</artifactId>
52-
<version>1.6.0-alpha.6</version>
52+
<version>1.6.0</version>
5353
</dependency>
5454
</dependencies>
5555
```
@@ -58,7 +58,7 @@ The latest version <img src="https://img.shields.io/github/v/release/GeorgeV220/
5858

5959
```groovy
6060
dependencies {
61-
implementation 'com.georgev22:particle:1.6.0-alpha.6'
61+
implementation 'com.georgev22:particle:1.6.0'
6262
}
6363
```
6464

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ group = com.georgev22
22
artifact = particle
33
description = ParticleLib
44
author = GeorgeV22
5-
version = 1.6.0-alpha.6
5+
version = 1.6.0
66
mcVersion = 1.21.11

0 commit comments

Comments
 (0)