Skip to content

Commit da6e543

Browse files
chore: merge release into main [skip ci]
2 parents 3f1a57f + 78e7efa commit da6e543

2 files changed

Lines changed: 40 additions & 1 deletion

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.11-SNAPSHOT</revision>
54+
<revision>0.2.12-SNAPSHOT</revision>
5555
<java.version>17</java.version>
5656
</properties>
5757

release-notes.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# Release Notes
2+
3+
## v0.2.11
4+
5+
# Release Notes for Version 0.2.11
6+
7+
## New Features
8+
- Introduced `Use MockEnvironment.withProperty` in tests for enhanced configuration ([c7e2eb2](https://example.com)).
9+
- Added support for Spring Boot 3.5.14 and 4.0.6 ([3f1a57f](https://example.com)).
10+
- Added test class annotations to `SpringBootTest` ([1ffa066](https://example.com)).
11+
- Added assertions and constants for `MeterRegistry` class names for better test coverage ([34bf684](https://example.com), [525068f](https://example.com)).
12+
13+
## Dependency Updates
14+
- Bumped `Spring Boot 4.0` to version `4.0.6` ([3665d16](https://example.com)).
15+
- Bumped `microsphere-spring` to `0.2.14` ([76a0385](https://example.com)) and `0.2.13` ([e5665d5](https://example.com)).
16+
- Added JUnit BOM and Spring milestone repository ([5b475ec](https://example.com)).
17+
18+
## Test Improvements
19+
- Improved tests by using `MockEnvironment.withProperty` for a cleaner and consistent testing environment ([c7e2eb2](https://example.com)).
20+
- Added and enhanced test class coverage for various components ([1ffa066](https://example.com), [34bf684](https://example.com)).
21+
22+
## Build and Workflow Enhancements
23+
- Updated Maven wrapper to `3.9.15` ([09a656f](https://example.com)) and `3.9.14` ([a6331e9](https://example.com)).
24+
- Pointed Maven wrapper to Maven Central for improved accessibility ([5ec0c31](https://example.com)).
25+
- Bumped parent POM version to `0.2.7` ([50c4c5b](https://example.com)).
26+
- Added workflow for syncing fork branches from upstream ([19a1b4b](https://example.com)).
27+
- Refactored workflows for better structure, added workflow permission, and matrix build configuration ([59d8dab](https://example.com), [8821b7a](https://example.com)).
28+
- Enhanced release notes and automated release creation ([8bf5cf2](https://example.com)).
29+
30+
## Other Changes
31+
- Fixed indentation in `dependabot.yml` updates list ([779b968](https://example.com), [ae77002](https://example.com)).
32+
- Removed exclusions from `microsphere` test dependency for cleaner POM ([a92f014](https://example.com)).
33+
- Simplified and cleaned up POM structure ([76a0385](https://example.com), [8201e9a](https://example.com)).
34+
35+
**Note**: This release contains updates to support new Spring Boot versions and improve test configurations, along with various dependency, workflow, and build improvements.
36+
37+
For a detailed list of changes, please refer to the [Full Changelog](https://example.com).
38+
39+
**Full Changelog**: https://github.com/microsphere-projects/microsphere-spring-boot/compare/0.2.10...0.2.11

0 commit comments

Comments
 (0)