Skip to content

Commit 8c0d97c

Browse files
chore: bump version to next patch after publishing 0.3.8
1 parent ef57b87 commit 8c0d97c

2 files changed

Lines changed: 26 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.8-SNAPSHOT</revision>
54+
<revision>0.3.9-SNAPSHOT</revision>
5555
</properties>
5656

5757
<modules>

release-notes.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,4 +237,28 @@ For a detailed list of changes, see the [Full Changelog](https://github.com/micr
237237

238238
No new features, bug fixes, or documentation updates in this release.
239239

240-
**Full Changelog**: https://github.com/microsphere-projects/microsphere-java/compare/0.3.6...0.3.7
240+
**Full Changelog**: https://github.com/microsphere-projects/microsphere-java/compare/0.3.6...0.3.7## v0.3.8
241+
242+
# Release Notes - Version 0.3.8
243+
244+
## 🌟 New Features
245+
- Added `loadProperties` helper utility with tests. ([8e42d20b](#))
246+
- Introduced `arrayToString` utility with tests. ([b78cb2c9](#))
247+
248+
## 📖 Documentation
249+
- Reformatted README for improved readability (line wrapping and adjusted layout). ([225828ae](#), [cfbcc8ac](#))
250+
251+
## 🔗 Dependency Updates
252+
- Updated `microsphere-bom.version` to `0.2.7`. ([a68740cf](#))
253+
- Bumped `org.springframework:spring-framework-bom` from `7.0.7` to `7.0.8`. ([8c33b6e0](#))
254+
- Bumped parent project version to `0.3.3`. ([79ef1703](#))
255+
256+
## 🧪 Test Improvements
257+
- Included tests for the new utility methods (`loadProperties` and `arrayToString`). ([8e42d20b](#), [b78cb2c9](#))
258+
259+
## 🛠️ Build and Workflow Enhancements
260+
- Added `.understand-anything` analysis artifacts. ([4bbfbf8c](#))
261+
262+
---
263+
264+
**Full Changelog**: https://github.com/microsphere-projects/microsphere-java/compare/0.3.7...0.3.8

0 commit comments

Comments
 (0)