Skip to content

Commit c3ea68d

Browse files
chore: bump version to next patch after publishing 0.1.30
1 parent ac8ba36 commit c3ea68d

2 files changed

Lines changed: 21 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.30-SNAPSHOT</revision>
55+
<revision>0.1.31-SNAPSHOT</revision>
5656
</properties>
5757

5858
<modules>

release-notes.md

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

531531
---
532532

533-
**Full Changelog**: https://github.com/microsphere-projects/microsphere-spring/compare/0.1.28...0.1.29
533+
**Full Changelog**: https://github.com/microsphere-projects/microsphere-spring/compare/0.1.28...0.1.29## v0.1.30
534+
535+
# Release Notes for Version 0.1.30
536+
537+
## Documentation
538+
- Improved Javadocs and usage examples for Initializer. ([#260](https://github.com/mercyblitz/dev-1.x))
539+
- Enhanced Javadoc for `EventPublishingBeanInitializer`.
540+
- Updated documentation for `ListenableAutowireCandidateResolver`.
541+
- Bumped README versions to reflect 0.2.30/0.1.30.
542+
543+
## Other Changes
544+
- Simplified initialization logic for `ListenableAutowireCandidateResolver`.
545+
- Merged `release-1.x` into `dev-1.x`.
546+
- Preparation for the next patch post-0.1.29 release.
547+
548+
---
549+
550+
Full Changelog: See [GitHub Commits](https://github.com/mercyblitz/dev-1.x/compare/0.1.29...0.1.30) for more details.
551+
552+
**Full Changelog**: https://github.com/microsphere-projects/microsphere-spring/compare/0.1.29...0.1.30

0 commit comments

Comments
 (0)