Skip to content

Commit 0973d02

Browse files
chore: bump version to next patch after publishing 0.1.34
1 parent 0ac5f4b commit 0973d02

2 files changed

Lines changed: 35 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.34-SNAPSHOT</revision>
55+
<revision>0.1.35-SNAPSHOT</revision>
5656
</properties>
5757

5858
<modules>

release-notes.md

Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -616,4 +616,37 @@ For a complete list of changes, please refer to the [Full Changelog](https://git
616616

617617
---
618618

619-
**Full Changelog**: https://github.com/microsphere-projects/microsphere-spring/compare/0.1.32...0.1.33
619+
**Full Changelog**: https://github.com/microsphere-projects/microsphere-spring/compare/0.1.32...0.1.33## v0.1.34
620+
621+
# Release Notes - Version 0.1.34
622+
623+
## Dependency Updates
624+
- **microsphere-logging**: Bumped to `0.1.21`.
625+
- **microsphere-java**: Bumped to `0.3.14`.
626+
- **microsphere-build**: Bumped parent version to `0.3.7`.
627+
628+
## Bug Fixes
629+
- Fixed header iteration loop condition in `65b32124b`.
630+
631+
## Code Quality Improvements
632+
- Removed unused loggers across multiple components:
633+
- `Handler Processor`
634+
- `WebFlux Processor`
635+
- `Advice` class
636+
- `TTLCacheResolver`
637+
- Trimmed unnecessary whitespace in multiple files, including:
638+
- Parent POM
639+
- Handler Processor
640+
- Advice class
641+
642+
## Documentation
643+
- Updated README with the latest module versions.
644+
- Standardized Javadoc example headings for consistency.
645+
646+
## Other Changes
647+
- Merged `release-1.x` into `dev-1.x`.
648+
- Initial version bump post-release (`0.1.33`).
649+
650+
---
651+
652+
**Full Changelog**: https://github.com/microsphere-projects/microsphere-spring/compare/0.1.33...0.1.34

0 commit comments

Comments
 (0)