From b8a02d8ae8dc128abf2d5a5db7f74d02a1039b3c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 00:05:34 +0000 Subject: [PATCH] chore(main): release 1.0.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ README.md | 4 ++-- gradle.properties | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) 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