diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8a982e4..fea3454 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.10" + ".": "1.0.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index cc1190a..a5667d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.0.0](https://github.com/AtriusX/Compositor/compare/v0.1.10...v1.0.0) (2026-02-12) + + +### ⚠ BREAKING CHANGES + +* Bump plugin to 1.0.0 ([#31](https://github.com/AtriusX/Compositor/issues/31)) + +### Miscellaneous Changes + +* Bump plugin to 1.0.0 ([#31](https://github.com/AtriusX/Compositor/issues/31)) ([17a288a](https://github.com/AtriusX/Compositor/commit/17a288ad6ca300878fb88ec4900abf3883d46549)) +* Clean up README a bit ([#29](https://github.com/AtriusX/Compositor/issues/29)) ([1c31071](https://github.com/AtriusX/Compositor/commit/1c31071ebde073c26f1c45ecf8460c2f30a7dd1d)) + ## [0.1.10](https://github.com/AtriusX/Compositor/compare/v0.1.9...v0.1.10) (2026-02-10) diff --git a/README.md b/README.md index d6f5098..b630e6f 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ under the hood. If you attempt to place the plugin in your typical `build.gradle ```kotlin // settings.gradle.kts plugins { - id("io.github.atriusx.compositor") version "0.1.10" + id("io.github.atriusx.compositor") version "1.0.0" } ``` @@ -60,7 +60,7 @@ plugins { ```groovy // settings.gradle plugins { - id 'io.github.atriusx.compositor' version '0.1.10' + id 'io.github.atriusx.compositor' version '1.0.0' } ``` diff --git a/gradle.properties b/gradle.properties index 7085546..87d3134 100644 --- a/gradle.properties +++ b/gradle.properties @@ -10,5 +10,5 @@ scmConnection=scm:git:git://github.com/AtriusX/Compositor.git scmDeveloperConnection=scm:git:ssh://git@github.com/AtriusX/Compositor # x-release-please-start-version -version=0.1.10 +version=1.0.0 # x-release-please-end \ No newline at end of file