Skip to content

Commit 5363197

Browse files
github-actions[bot]meotch
authored andcommitted
chore(master): release 6.0.0
1 parent 1d5abba commit 5363197

File tree

4 files changed

+33
-11
lines changed

4 files changed

+33
-11
lines changed

.release-please-manifest.json

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

CHANGELOG.md

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

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

8+
## [6.0.0](https://github.com/mxenabled/path-core/compare/v5.1.0...v6.0.0) (2026-02-10)
9+
10+
11+
### ⚠ BREAKING CHANGES
12+
13+
* bump checkstyle, gradle, java, mockito, spotless
14+
15+
### Features
16+
17+
* bump checkstyle, gradle, java, mockito, spotless ([fb973c7](https://github.com/mxenabled/path-core/commit/fb973c7f89dfe6a1a7c8a19379c2b47777bbeddd))
18+
19+
20+
### Bug Fixes
21+
22+
* trigger hotfix release ([1d5abba](https://github.com/mxenabled/path-core/commit/1d5abba0118bfe104c6160bd6fecc0d98197211b))
23+
24+
25+
### Reverts
26+
27+
* "chore(master): release 6.0.0" ([1928a40](https://github.com/mxenabled/path-core/commit/1928a405f3301b4c735bd3adfe01b0ff0aa36790))
28+
* "feat!: bump checkstyle, gradle, java, mockito, spotless" ([6919be2](https://github.com/mxenabled/path-core/commit/6919be2f3b96b5da28f39181ed1e8fb34175da8a))
29+
830
## [5.1.0](https://github.com/mxenabled/path-core/compare/v5.0.0...v5.1.0) (2026-01-07)
931

1032

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:5.1.0")
26+
api platform("com.mx.path-core:platform:6.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:5.1.0"
49-
implementation "com.mx.path-core:context:5.1.0"
50-
implementation "com.mx.path-core:gateway:5.1.0"
51-
implementation "com.mx.path-core:http:5.1.0"
52-
implementation "com.mx.path-core:messaging:5.1.0"
53-
implementation "com.mx.path-core:utilities:5.1.0"
48+
implementation "com.mx.path-core:common:6.0.0"
49+
implementation "com.mx.path-core:context:6.0.0"
50+
implementation "com.mx.path-core:gateway:6.0.0"
51+
implementation "com.mx.path-core:http:6.0.0"
52+
implementation "com.mx.path-core:messaging:6.0.0"
53+
implementation "com.mx.path-core:utilities:6.0.0"
5454
55-
annotationProcessor "com.mx.path-core:gateway-generator:5.1.0"
55+
annotationProcessor "com.mx.path-core:gateway-generator:6.0.0"
5656
57-
testImplementation "com.mx.path-core:testing:5.1.0"
57+
testImplementation "com.mx.path-core:testing:6.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
@@ -6,7 +6,7 @@ plugins {
66
id "io.github.gradle-nexus.publish-plugin" version "1.1.+"
77
}
88

9-
version "5.1.0" // x-release-please-version
9+
version "6.0.0" // x-release-please-version
1010

1111
def platformProject = "platform"
1212
def publishedProjects = [

0 commit comments

Comments
 (0)