Skip to content

Commit ccf19ba

Browse files
chore: merge release into main [skip ci]
2 parents 90d5740 + 8a3f71f commit ccf19ba

2 files changed

Lines changed: 24 additions & 2 deletions

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
</scm>
5252

5353
<properties>
54-
<revision>0.3.3-SNAPSHOT</revision>
54+
<revision>0.3.4-SNAPSHOT</revision>
5555
</properties>
5656

5757
<modules>

release-notes.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,4 +108,26 @@ For more details, refer to the full changelog in the repository.
108108
## Other Changes
109109
- Version bumped to the next patch following 0.3.1 release. ([a9ebadf8](https://example.com))
110110

111-
**Full Changelog**: https://github.com/microsphere-projects/microsphere-java/compare/0.3.1...0.3.2
111+
**Full Changelog**: https://github.com/microsphere-projects/microsphere-java/compare/0.3.1...0.3.2## v0.3.3
112+
113+
# Release Notes - Version 0.3.3
114+
115+
## New Features
116+
- Improved `loadService` method to utilize `ListUtils.first/last` for enhanced readability and efficiency. ([commit](https://github.com/microsphere-projects/commit/1f865f56))
117+
118+
## Documentation
119+
- Adjusted spacing between badges in README for clearer layout. ([commit](https://github.com/microsphere-projects/commit/299fd82c))
120+
- Fixed a typo in README ("lang-model"). ([commit](https://github.com/microsphere-projects/commit/91f34cc2))
121+
122+
## Dependency Updates
123+
- Upgraded `microsphere-all-bom` to version `0.2.4`. ([commit](https://github.com/microsphere-projects/commit/b1d25a40), [commit](https://github.com/microsphere-projects/commit/0d082a7c))
124+
125+
## Build and Workflow Enhancements
126+
- Merged `main` into `release` branch multiple times to sync updates. ([commit](https://github.com/microsphere-projects/commit/86f7a170), [commit](https://github.com/microsphere-projects/commit/8f6bca60), [commit](https://github.com/microsphere-projects/commit/d650f39b))
127+
- Merged `release` into `main` to finalize updates. ([commit](https://github.com/microsphere-projects/commit/537a8a55))
128+
129+
---
130+
131+
This update includes general enhancements, improved documentation, and dependency updates to keep the project up-to-date.
132+
133+
**Full Changelog**: https://github.com/microsphere-projects/microsphere-java/compare/0.3.2...0.3.3

0 commit comments

Comments
 (0)