From e869fbff420119c6db81d92273c233267ab8c037 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 19:22:18 +0000 Subject: [PATCH] chore(master): release 7.0.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ README.md | 18 +++++++++--------- build.gradle | 2 +- 4 files changed, 18 insertions(+), 11 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 180ef9e3..05b8668f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "7.0.0" + ".": "7.0.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index b5d3b0be..37d33791 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ * making Annotations.fieldsAnAnnotations respect inheritance ([3b266dd](https://github.com/mxenabled/path-core/commit/3b266ddcb227766a32f16e88e7b9b2022737de53)) +## [7.0.1](https://github.com/mxenabled/path-core/compare/v7.0.0...v7.0.1) (2026-06-23) + + +### Bug Fixes + +* trigger re-release after vogue hotfix ([3c0dc3f](https://github.com/mxenabled/path-core/commit/3c0dc3f913dbacb7e3477666e2d6e585dfe45696)) + ## [7.0.0](https://github.com/mxenabled/path-core/compare/v6.0.4...v7.0.0) (2026-06-01) diff --git a/README.md b/README.md index dcfbc7da..8fa9b0d9 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ _Gradle_ ```groovy dependencies { - api platform("com.mx.path-core:platform:7.0.0") + api platform("com.mx.path-core:platform:7.0.1") implementation "com.mx.path-core:common" implementation "com.mx.path-core:context" @@ -45,16 +45,16 @@ _Gradle_ ```groovy dependencies { - implementation "com.mx.path-core:common:7.0.0" - implementation "com.mx.path-core:context:7.0.0" - implementation "com.mx.path-core:gateway:7.0.0" - implementation "com.mx.path-core:http:7.0.0" - implementation "com.mx.path-core:messaging:7.0.0" - implementation "com.mx.path-core:utilities:7.0.0" + implementation "com.mx.path-core:common:7.0.1" + implementation "com.mx.path-core:context:7.0.1" + implementation "com.mx.path-core:gateway:7.0.1" + implementation "com.mx.path-core:http:7.0.1" + implementation "com.mx.path-core:messaging:7.0.1" + implementation "com.mx.path-core:utilities:7.0.1" - annotationProcessor "com.mx.path-core:gateway-generator:7.0.0" + annotationProcessor "com.mx.path-core:gateway-generator:7.0.1" - testImplementation "com.mx.path-core:testing:7.0.0" + testImplementation "com.mx.path-core:testing:7.0.1" } ``` diff --git a/build.gradle b/build.gradle index 46d13851..acba5f58 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ plugins { group "com.mx.path-core" description "MX Path Core" -version "7.0.0" // x-release-please-version +version "7.0.1" // x-release-please-version def platformProject = "platform" def publishedProjects = [