Skip to content

Commit 8293d0c

Browse files
chore: bump version to next patch after publishing 0.1.29
1 parent 3c22eda commit 8293d0c

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
@@ -51,7 +51,7 @@
5151
</scm>
5252

5353
<properties>
54-
<revision>0.1.29-SNAPSHOT</revision>
54+
<revision>0.1.30-SNAPSHOT</revision>
5555
</properties>
5656

5757
<modules>

release-notes.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,4 +428,23 @@ For more details on the changes, refer to the commit history.
428428
- Transitioned to using `ResolvableType.resolve` for resolving bean classes. (#e12cbfc)
429429
- Incremented patch version post publishing `0.1.27`. (#ece42aa)
430430

431-
**Full Changelog**: https://github.com/microsphere-projects/microsphere-spring-boot/compare/0.1.27...0.1.28
431+
**Full Changelog**: https://github.com/microsphere-projects/microsphere-spring-boot/compare/0.1.27...0.1.28## v0.1.29
432+
433+
# Release Notes: v0.1.29
434+
435+
## Documentation
436+
- Updated **README** to include Spring Boot version matrix. (3a1cbda)
437+
438+
## Test Improvements
439+
- Added tests for `HttpAutoConfiguration` and renamed existing tests. (bb0399c)
440+
- Introduced a dedicated test module and actuator endpoint condition. (debfc7b)
441+
- Switched test module to use `javax.servlet` API. (b2ccf93)
442+
443+
## Build and Workflow Enhancements
444+
- Bumped version to the next patch after publishing v0.1.28. (04a7100)
445+
- Merged `release-1.x` into `dev-1.x`. (a07666c)
446+
447+
## Other Changes
448+
- Tidied up `@ConstructorBinding` annotation formatting. (9ba70aa)
449+
450+
**Full Changelog**: https://github.com/microsphere-projects/microsphere-spring-boot/compare/0.1.28...0.1.29

0 commit comments

Comments
 (0)