Skip to content

Commit 2a7a39e

Browse files
chore(master): release 8.0.0
1 parent 2d98785 commit 2a7a39e

4 files changed

Lines changed: 32 additions & 11 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.0"
2+
".": "8.0.0"
33
}

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,27 @@
55

66
* making Annotations.fieldsAnAnnotations respect inheritance ([3b266dd](https://github.com/mxenabled/path-core/commit/3b266ddcb227766a32f16e88e7b9b2022737de53))
77

8+
## [8.0.0](https://github.com/mxenabled/path-core/compare/v7.0.0...v8.0.0) (2026-07-09)
9+
10+
11+
### ⚠ BREAKING CHANGES
12+
13+
* bump to Gradle 9.5.1 and Spring Boot 4.1.0
14+
15+
### Features
16+
17+
* bump to Gradle 9.5.1 and Spring Boot 4.1.0 ([94c2f59](https://github.com/mxenabled/path-core/commit/94c2f592773515edbfc5335b391f516a72f92b3c))
18+
19+
20+
### Bug Fixes
21+
22+
* trigger re-release after vogue hotfix ([3c0dc3f](https://github.com/mxenabled/path-core/commit/3c0dc3f913dbacb7e3477666e2d6e585dfe45696))
23+
24+
25+
### Reverts
26+
27+
* "feat!: bump to Gradle 9.5.1 and Spring Boot 4.1.0" ([2d98785](https://github.com/mxenabled/path-core/commit/2d987850e4efad3725bf7c7cfac103a93e3d34ad))
28+
829
## [7.0.0](https://github.com/mxenabled/path-core/compare/v6.0.4...v7.0.0) (2026-06-01)
930

1031

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ _Gradle_
2323
<!-- x-release-please-start-version -->
2424
```groovy
2525
dependencies {
26-
api platform("com.mx.path-core:platform:7.0.0")
26+
api platform("com.mx.path-core:platform:8.0.0")
2727
2828
implementation "com.mx.path-core:common"
2929
implementation "com.mx.path-core:context"
@@ -45,16 +45,16 @@ _Gradle_
4545
<!-- x-release-please-start-version -->
4646
```groovy
4747
dependencies {
48-
implementation "com.mx.path-core:common:7.0.0"
49-
implementation "com.mx.path-core:context:7.0.0"
50-
implementation "com.mx.path-core:gateway:7.0.0"
51-
implementation "com.mx.path-core:http:7.0.0"
52-
implementation "com.mx.path-core:messaging:7.0.0"
53-
implementation "com.mx.path-core:utilities:7.0.0"
48+
implementation "com.mx.path-core:common:8.0.0"
49+
implementation "com.mx.path-core:context:8.0.0"
50+
implementation "com.mx.path-core:gateway:8.0.0"
51+
implementation "com.mx.path-core:http:8.0.0"
52+
implementation "com.mx.path-core:messaging:8.0.0"
53+
implementation "com.mx.path-core:utilities:8.0.0"
5454
55-
annotationProcessor "com.mx.path-core:gateway-generator:7.0.0"
55+
annotationProcessor "com.mx.path-core:gateway-generator:8.0.0"
5656
57-
testImplementation "com.mx.path-core:testing:7.0.0"
57+
testImplementation "com.mx.path-core:testing:8.0.0"
5858
}
5959
```
6060
<!-- x-release-please-end -->

build.gradle

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

99
group "com.mx.path-core"
1010
description "MX Path Core"
11-
version "7.0.0" // x-release-please-version
11+
version "8.0.0" // x-release-please-version
1212

1313
def platformProject = "platform"
1414
def publishedProjects = [

0 commit comments

Comments
 (0)