Skip to content

Commit f6c7c84

Browse files
chore(main): release 0.3.0
1 parent e751392 commit f6c7c84

3 files changed

Lines changed: 17 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"0.2.1"}
1+
{".":"0.3.0"}

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [0.3.0](https://github.com/OneLiteFeatherNET/Falco/compare/v0.2.1...v0.3.0) (2026-07-31)
4+
5+
6+
### Features
7+
8+
* **demo:** add falco-demo, a loader comparison on your own world ([87282d5](https://github.com/OneLiteFeatherNET/Falco/commit/87282d565b2595d323ba638a773204365487d585))
9+
* **instance:** add falco-instance, an own Instance and Chunk ([cee5f94](https://github.com/OneLiteFeatherNET/Falco/commit/cee5f94e627155f49bc1150bf66cb2ca4cd1b227))
10+
* **instance:** implement the generator path and close the load race ([e45d695](https://github.com/OneLiteFeatherNET/Falco/commit/e45d6957c2b517d0201474bba9896443abbea84f))
11+
* **light:** add a chunk that keeps its own light up to date ([9d00a78](https://github.com/OneLiteFeatherNET/Falco/commit/9d00a78d2806bc879cb6893eea82a9f61c278708))
12+
13+
14+
### Bug Fixes
15+
16+
* **build:** make an incomplete javadoc comment fail the build ([63334a6](https://github.com/OneLiteFeatherNET/Falco/commit/63334a64f8f597b4926c7fd71db89d46deafd475))
17+
318
## [0.2.1](https://github.com/OneLiteFeatherNET/Falco/compare/v0.2.0...v0.2.1) (2026-07-31)
419

520

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// The two published modules always release together, so the version is declared once here and
66
// inherited by every subproject. Release Please rewrites this single line; nothing else in the
77
// build carries a version number.
8-
version = "0.2.1" // x-release-please-version
8+
version = "0.3.0" // x-release-please-version
99

1010
// Every push to main that does not cut a release publishes the current state as a snapshot, and the
1111
// derivation happens here rather than on the command line: a `-Pversion=…` would be silently

0 commit comments

Comments
 (0)