Skip to content

Commit 174abf5

Browse files
github-actions[bot]meotch
authored andcommitted
chore(master): release 8.0.0
1 parent 6f563bf commit 174abf5

4 files changed

Lines changed: 14 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "7.0.1"
2+
".": "8.0.0"
33
}

CHANGELOG.md

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

3+
## [8.0.0](https://github.com/mxenabled/coppuccino/compare/7.0.1...8.0.0) (2026-07-08)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* bump to gradle 9.5.1 and spotless 8.6
9+
10+
### Features
11+
12+
* bump to gradle 9.5.1 and spotless 8.6 ([6f563bf](https://github.com/mxenabled/coppuccino/commit/6f563bff9842e0be1f0d44d203f6eef31ce73389))
13+
314
## [7.0.1](https://github.com/mxenabled/coppuccino/compare/7.0.0...7.0.1) (2026-05-04)
415

516

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ configure the JitPack repository in your `build.gradle`.
2626
<!-- x-release-please-start-version -->
2727
```groovy
2828
plugins {
29-
id: "com.github.mxenabled.coppuccino" version "7.0.1"
29+
id: "com.github.mxenabled.coppuccino" version "8.0.0"
3030
}
3131
allprojects {
3232
repositories {

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
}
88

99
group = "com.mx.coppuccino"
10-
version = "7.0.1" // x-release-please-version
10+
version = "8.0.0" // x-release-please-version
1111

1212
java {
1313
toolchain {

0 commit comments

Comments
 (0)