Skip to content

Commit 39720dd

Browse files
github-actions[bot]stevecl5
authored andcommitted
chore(master): release 4.6.0
1 parent 2fa9f13 commit 39720dd

4 files changed

Lines changed: 18 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-
".": "4.5.4"
2+
".": "4.6.0"
33
}

CHANGELOG.md

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

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

8+
## [4.6.0](https://github.com/mxenabled/path-core/compare/v4.5.4...v4.6.0) (2025-11-19)
9+
10+
11+
### Features
12+
13+
* **testing:** add test helpers for deep reflection equality assertions ([628c459](https://github.com/mxenabled/path-core/commit/628c459fef59dbfe3fe06922313d536c9816e4c1))
14+
815
## [4.5.4](https://github.com/mxenabled/path-core/compare/v4.5.3...v4.5.4) (2025-07-22)
916

1017

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:4.5.4")
26+
api platform("com.mx.path-core:platform:4.6.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:4.5.4"
49-
implementation "com.mx.path-core:context:4.5.4"
50-
implementation "com.mx.path-core:gateway:4.5.4"
51-
implementation "com.mx.path-core:http:4.5.4"
52-
implementation "com.mx.path-core:messaging:4.5.4"
53-
implementation "com.mx.path-core:utilities:4.5.4"
48+
implementation "com.mx.path-core:common:4.6.0"
49+
implementation "com.mx.path-core:context:4.6.0"
50+
implementation "com.mx.path-core:gateway:4.6.0"
51+
implementation "com.mx.path-core:http:4.6.0"
52+
implementation "com.mx.path-core:messaging:4.6.0"
53+
implementation "com.mx.path-core:utilities:4.6.0"
5454
55-
annotationProcessor "com.mx.path-core:gateway-generator:4.5.4"
55+
annotationProcessor "com.mx.path-core:gateway-generator:4.6.0"
5656
57-
testImplementation "com.mx.path-core:testing:4.5.4"
57+
testImplementation "com.mx.path-core:testing:4.6.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 "4.5.4" // x-release-please-version
9+
version "4.6.0" // x-release-please-version
1010

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

0 commit comments

Comments
 (0)