From 15cf1b36bbbaef839250d11a0089292c797413cc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 6 Jul 2026 14:54:18 +0000 Subject: [PATCH 1/3] chore: bump version to next patch after publishing 0.3.12 --- pom.xml | 2 +- release-notes.md | 20 +++++++++++++++++++- 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index ad54bca3f..665a377a0 100644 --- a/pom.xml +++ b/pom.xml @@ -51,7 +51,7 @@ - 0.3.12-SNAPSHOT + 0.3.13-SNAPSHOT diff --git a/release-notes.md b/release-notes.md index c76bc53c2..4ee5a4bd9 100644 --- a/release-notes.md +++ b/release-notes.md @@ -305,4 +305,22 @@ No new features, bug fixes, or documentation updates in this release. ## Other Changes - Bumped version to next patch `0.3.11` post publishing `0.3.10`. ([95f7b037](#)) -**Full Changelog**: https://github.com/microsphere-projects/microsphere-java/compare/0.3.10...0.3.11 \ No newline at end of file +**Full Changelog**: https://github.com/microsphere-projects/microsphere-java/compare/0.3.10...0.3.11## v0.3.12 + +# Release Notes: Version 0.3.12 + +### Dependency Updates +- **Microsphere BOM**: Updated to version `0.3.1`. ([5ade306e](commit-link)) + +### Build and Workflow Enhancements +- Merged `main` into `release`. ([b1240e5f](commit-link)) +- Merged `release` into `main`. ([dd0d50c9](commit-link)) + +### Other Changes +- Updated version to prepare for the next patch after publishing `0.3.11`. ([b26e6ce1](commit-link)) + +--- + +For complete details, see the [full changelog](#). + +**Full Changelog**: https://github.com/microsphere-projects/microsphere-java/compare/0.3.11...0.3.12 \ No newline at end of file From 7e6396c6e5371b10155b1cb77c0a4ac373efa92e Mon Sep 17 00:00:00 2001 From: Mercy Ma Date: Tue, 7 Jul 2026 09:15:06 +0800 Subject: [PATCH 2/3] Bump microsphere-build to 0.3.6 Update the Maven parent POM version from `0.3.5` to `0.3.6` so the project inherits the latest build configuration and shared dependency management from `microsphere-build`. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 665a377a0..7c9651799 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ io.github.microsphere-projects microsphere-build - 0.3.5 + 0.3.6 io.github.microsphere-projects From 2ab2ed8760e0246ec38b9d9994a6c06f3bdb33b4 Mon Sep 17 00:00:00 2001 From: Mercy Ma Date: Tue, 7 Jul 2026 09:25:27 +0800 Subject: [PATCH 3/3] Bump microsphere BOM to 0.3.2 Update the parent POM to use microsphere-bom version 0.3.2 so dependency management picks up the latest BOM changes. --- microsphere-java-parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/microsphere-java-parent/pom.xml b/microsphere-java-parent/pom.xml index 7906129fa..c864f0421 100644 --- a/microsphere-java-parent/pom.xml +++ b/microsphere-java-parent/pom.xml @@ -19,7 +19,7 @@ Microsphere Java Parent - 0.3.1 + 0.3.2 7.0.8