Skip to content

Commit db61398

Browse files
chore: bump version to next patch after publishing 0.1.31
1 parent 272b149 commit db61398

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
@@ -52,7 +52,7 @@
5252
</scm>
5353

5454
<properties>
55-
<revision>0.1.31-SNAPSHOT</revision>
55+
<revision>0.1.32-SNAPSHOT</revision>
5656
</properties>
5757

5858
<modules>

release-notes.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -549,4 +549,26 @@ Full Changelog: [0.1.24...0.1.25](link-to-changelog)
549549

550550
Full Changelog: See [GitHub Commits](https://github.com/mercyblitz/dev-1.x/compare/0.1.29...0.1.30) for more details.
551551

552-
**Full Changelog**: https://github.com/microsphere-projects/microsphere-spring/compare/0.1.29...0.1.30
552+
**Full Changelog**: https://github.com/microsphere-projects/microsphere-spring/compare/0.1.29...0.1.30## v0.1.31
553+
554+
# Release Notes for v0.1.31
555+
556+
## New Features
557+
- **BeanFactory Enhancements**: Introduced direct registration methods using `BeanFactory`, including initializers and resolvers.
558+
- Added `AutoRegistrationBeanInitializer` to streamline component registration.
559+
- Enabled `EnableAutoRegistrationBean` registration via configuration beans.
560+
561+
## Documentation
562+
- Updated README to reflect the latest version numbers.
563+
564+
## Test Improvements
565+
- Replaced `registry` usage with `beanFactory` in tests for consistency and accuracy.
566+
567+
## Other Changes
568+
- Internal merge: synced `release-1.x` into `dev-1.x`.
569+
570+
---
571+
572+
**Note:** This release focuses on improving the registration process using `BeanFactory` for better configurability and lifecycle management.
573+
574+
**Full Changelog**: https://github.com/microsphere-projects/microsphere-spring/compare/0.1.30...0.1.31

0 commit comments

Comments
 (0)