Skip to content

Commit 143d3f6

Browse files
chore: bump version to next patch after publishing 0.2.31
1 parent 68271de commit 143d3f6

2 files changed

Lines changed: 28 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.2.31-SNAPSHOT</revision>
54+
<revision>0.2.32-SNAPSHOT</revision>
5555
<java.version>17</java.version>
5656
</properties>
5757

release-notes.md

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,4 +465,30 @@ For a complete list of changes, refer to the full changelog.
465465

466466
---
467467

468-
**Full Changelog**: https://github.com/microsphere-projects/microsphere-spring-boot/compare/0.2.29...0.2.30
468+
**Full Changelog**: https://github.com/microsphere-projects/microsphere-spring-boot/compare/0.2.29...0.2.30## v0.2.31
469+
470+
# Release Notes - Version 0.2.31
471+
472+
## Test Improvements
473+
- Unified auto-configuration test runners and added reactive test cases. [eae9ade]
474+
- Scoped auto-configuration to concrete WebFlux tests. [c674539]
475+
- Scoped test auto-configuration using `AutoConfigureAfter`. [c60adc9]
476+
- Updated reactive test configuration class conditions. [e2f58c2]
477+
- Used `JmxProperties`, `JacksonProperties`, and `CacheProperties` in reactive auto-configuration tests for consistency. [d0f5320], [9fbeccc], [ec476bf], [8093e1b], [7d88e4f]
478+
- Removed unused imports from auto-configuration tests. [0580d72]
479+
480+
## Dependency Updates
481+
- Added Boot processor dependencies to module POMs for better alignment. [6e5316e]
482+
- Aligned module POM dependencies and updated comments. [eff01fe]
483+
484+
## Documentation
485+
- Updated `README` branch version matrix. [6989c9a]
486+
487+
## Other Changes
488+
- Used string class names in WebMVC and WebFlux availability conditions for improved readability. [46215e7], [d610bc1]
489+
490+
---
491+
492+
*Full changelog between version 0.2.30 and 0.2.31 can be found [here](#).*
493+
494+
**Full Changelog**: https://github.com/microsphere-projects/microsphere-spring-boot/compare/0.2.30...0.2.31

0 commit comments

Comments
 (0)