Skip to content

Commit 5ded096

Browse files
chore: bump version to next patch after publishing 0.3.15
1 parent ae17a20 commit 5ded096

2 files changed

Lines changed: 31 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.15-SNAPSHOT</revision>
54+
<revision>0.3.16-SNAPSHOT</revision>
5555
</properties>
5656

5757
<modules>

release-notes.md

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,4 +354,33 @@ For complete details, see the [full changelog](#).
354354
## Other Changes
355355
- Bumped version to the next patch after publishing `0.3.13`. ([155bb4fc](#))
356356

357-
**Full Changelog**: https://github.com/microsphere-projects/microsphere-java/compare/0.3.13...0.3.14
357+
**Full Changelog**: https://github.com/microsphere-projects/microsphere-java/compare/0.3.13...0.3.14## v0.3.15
358+
359+
# Release Notes - Version 0.3.15
360+
361+
## Dependency Updates
362+
- Upgraded Microsphere BOM to version `0.3.4`.
363+
- Updated Microsphere Build parent to version `0.3.8`.
364+
365+
## Build and Workflow Enhancements
366+
- Merged `main` branch into `release`, ensuring parity. [skip-ci]
367+
368+
## Test Improvements
369+
- Adjusted spacing and formatting in various test classes:
370+
- `MessagerUtilsTest`
371+
- `MapTypeModelTest`
372+
- `FormatBeforeTest` super call.
373+
374+
## Code Quality Improvements
375+
- Standardized indentation and formatting in utility classes:
376+
- `SetUtils`
377+
- `QueueUtils` factory methods.
378+
- Trimmed unnecessary whitespace in `StringUtils`.
379+
- Aligned wrapped `assertTrue` message indentation.
380+
- Improved Javadoc `@param` formatting in `Compatible`.
381+
- Aligned parameter indentation in `Maps` methods.
382+
- Removed unused `FILE_SEPARATOR` import.
383+
384+
---
385+
386+
**Full Changelog**: https://github.com/microsphere-projects/microsphere-java/compare/0.3.14...0.3.15

0 commit comments

Comments
 (0)