Skip to content

Commit 3848316

Browse files
chore(release): 1.0.0 [skip ci]
# 1.0.0 (2025-11-05) ### Bug Fixes * **attribute:** update movement attribute call ([84b66af](84b66af)) * **chat:** fix component handling ([e1d6617](e1d6617)) * **deps:** downgrade aonyx version from 0.6.1 to 0.6.0 ([8e6eef2](8e6eef2)) * **deps:** update dependency com.google.protobuf:protobuf-java to v4.32.0 ([#4](#4)) ([4b92663](4b92663)) * **deps:** update dependency com.google.protobuf:protobuf-java to v4.32.1 ([#12](#12)) ([2fd85f2](2fd85f2)) * **deps:** update dependency net.onelitefeather:mycelium-bom to v1.4.3 ([#7](#7)) ([7067cfc](7067cfc)) * **deps:** update dependency net.onelitefeather:mycelium-bom to v1.4.4 ([#14](#14)) ([013f33b](013f33b)) * **listener:** Remove undefined enum usage ([778a887](778a887)) * **team:** migrate team tests to the new structure ([62df296](62df296)) * **team:** remove generic usage in parameter definition ([33def9e](33def9e)) * **test:** disabled a test to refactor it later ([9acc3d9](9acc3d9)) * **tests:** update PageResourceAdapterTest to use Vec instead of Pos ([3d01ba9](3d01ba9)) ### Features * **build:** add CycloneDX plugin for dependency tracking ([cda6029](cda6029)) * **build:** update publishing configuration and remove deprecated publishData plugin ([b79a07e](b79a07e)) * **game:** Add game configuration, view interfaces, and Docker setup ([c65313e](c65313e)) * **release:** implement semantic release workflow and update build configuration ([66b5f43](66b5f43))
1 parent 3c547a1 commit 3848316

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# 1.0.0 (2025-11-05)
2+
3+
4+
### Bug Fixes
5+
6+
* **attribute:** update movement attribute call ([84b66af](https://github.com/OneLiteFeatherNET/Cygnus/commit/84b66aff61061c06651cdefab6d407b05f666556))
7+
* **chat:** fix component handling ([e1d6617](https://github.com/OneLiteFeatherNET/Cygnus/commit/e1d6617e9b618c49531b3e03a1d6d16bf2438c67))
8+
* **deps:** downgrade aonyx version from 0.6.1 to 0.6.0 ([8e6eef2](https://github.com/OneLiteFeatherNET/Cygnus/commit/8e6eef2de1b7686a62cc9cfcc95f3afe5f5ff503))
9+
* **deps:** update dependency com.google.protobuf:protobuf-java to v4.32.0 ([#4](https://github.com/OneLiteFeatherNET/Cygnus/issues/4)) ([4b92663](https://github.com/OneLiteFeatherNET/Cygnus/commit/4b92663af57d7e9dc600880c3c6d61b2a1d486a8))
10+
* **deps:** update dependency com.google.protobuf:protobuf-java to v4.32.1 ([#12](https://github.com/OneLiteFeatherNET/Cygnus/issues/12)) ([2fd85f2](https://github.com/OneLiteFeatherNET/Cygnus/commit/2fd85f23f1d1a57e54d9887e42000ffa09a94090))
11+
* **deps:** update dependency net.onelitefeather:mycelium-bom to v1.4.3 ([#7](https://github.com/OneLiteFeatherNET/Cygnus/issues/7)) ([7067cfc](https://github.com/OneLiteFeatherNET/Cygnus/commit/7067cfcff6bd9d6b795bfa6091a7760d1174d595))
12+
* **deps:** update dependency net.onelitefeather:mycelium-bom to v1.4.4 ([#14](https://github.com/OneLiteFeatherNET/Cygnus/issues/14)) ([013f33b](https://github.com/OneLiteFeatherNET/Cygnus/commit/013f33b9141d04e3731940b0b7aeaf622e6f4f01))
13+
* **listener:** Remove undefined enum usage ([778a887](https://github.com/OneLiteFeatherNET/Cygnus/commit/778a8873f4fd6bf9bee7de3fd7a7455e1618291c))
14+
* **team:** migrate team tests to the new structure ([62df296](https://github.com/OneLiteFeatherNET/Cygnus/commit/62df296d40073ef726d482c4889ecf9ba652e8ad))
15+
* **team:** remove generic usage in parameter definition ([33def9e](https://github.com/OneLiteFeatherNET/Cygnus/commit/33def9efef49d04ff3e51b80fb0d0e2adc2c5521))
16+
* **test:** disabled a test to refactor it later ([9acc3d9](https://github.com/OneLiteFeatherNET/Cygnus/commit/9acc3d9f135fcc774433be54f5b62370f861b390))
17+
* **tests:** update PageResourceAdapterTest to use Vec instead of Pos ([3d01ba9](https://github.com/OneLiteFeatherNET/Cygnus/commit/3d01ba9998dad5f9d5e455e3b08442265282005d))
18+
19+
20+
### Features
21+
22+
* **build:** add CycloneDX plugin for dependency tracking ([cda6029](https://github.com/OneLiteFeatherNET/Cygnus/commit/cda6029fdf2991992e698220dd0a9187da3f0704))
23+
* **build:** update publishing configuration and remove deprecated publishData plugin ([b79a07e](https://github.com/OneLiteFeatherNET/Cygnus/commit/b79a07eb688f0830393cddb12b6aee5f1b2b648a))
24+
* **game:** Add game configuration, view interfaces, and Docker setup ([c65313e](https://github.com/OneLiteFeatherNET/Cygnus/commit/c65313e43fd9fb7c6c41a9d52ae81b64d6f7e5fa))
25+
* **release:** implement semantic release workflow and update build configuration ([66b5f43](https://github.com/OneLiteFeatherNET/Cygnus/commit/66b5f4365eac5f4d3562cb9ee1c70d2ba7fe198e))

0 commit comments

Comments
 (0)