Skip to content

Commit a167371

Browse files
github-actions[bot]meotchwilliams
authored andcommitted
chore(master): release 8.0.0
1 parent cee6cc3 commit a167371

4 files changed

Lines changed: 19 additions & 14 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: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
1-
## [3.2.2](https://github.com/mxenabled/path-core/compare/3.2.1...3.2.2) (2023-06-22)
1+
## [8.0.0](https://github.com/mxenabled/path-core/compare/v7.0.1...v8.0.0) (2026-07-14)
22

33

4-
### Bug Fixes
4+
### ⚠ BREAKING CHANGES
5+
6+
* bump to Gradle 9.5.1 and Spring Boot 4.1.0
7+
8+
### Features
9+
10+
* bump to Gradle 9.5.1 and Spring Boot 4.1.0 ([cee6cc3](https://github.com/mxenabled/path-core/commit/cee6cc3bd7ba33cd80e2c16f5236b892ba6889b4))
511

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

813
## [7.0.1](https://github.com/mxenabled/path-core/compare/v7.0.0...v7.0.1) (2026-06-01)
914

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.1")
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.1"
49-
implementation "com.mx.path-core:context:7.0.1"
50-
implementation "com.mx.path-core:gateway:7.0.1"
51-
implementation "com.mx.path-core:http:7.0.1"
52-
implementation "com.mx.path-core:messaging:7.0.1"
53-
implementation "com.mx.path-core:utilities:7.0.1"
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.1"
55+
annotationProcessor "com.mx.path-core:gateway-generator:8.0.0"
5656
57-
testImplementation "com.mx.path-core:testing:7.0.1"
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)