Skip to content

Commit d930d39

Browse files
chore: merge release into main [skip ci]
2 parents 66aa10c + 6525563 commit d930d39

2 files changed

Lines changed: 31 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.10-SNAPSHOT</revision>
55+
<revision>0.1.11-SNAPSHOT</revision>
5656
</properties>
5757

5858
<modules>

release-notes.md

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,33 @@
6363

6464
---
6565

66-
**Full Changelog**: https://github.com/microsphere-projects/microsphere-logging/compare/0.1.8...0.1.9
66+
**Full Changelog**: https://github.com/microsphere-projects/microsphere-logging/compare/0.1.8...0.1.9## v0.1.10
67+
68+
# Release Notes for v0.1.10
69+
70+
## New Features
71+
- Introduced utility enhancements: renamed `LoggerUtils`, added Log4j2 utilities and layouts. ([30c76f6](#))
72+
73+
## Bug Fixes
74+
- Improved `LogEvent` comparison by using full instant time. ([66aa10c](#))
75+
- Enhanced `LogEvent` precision with nanosecond-level accuracy. ([ddd916e](#))
76+
77+
## Dependency Updates
78+
- Removed `microsphere-java-core` dependency. ([320a12b](#))
79+
- Upgraded parent and `microsphere-java` versions. ([749aae6](#))
80+
81+
## Build and Workflow Enhancements
82+
- Introduced Maven wrapper and adjusted Maven cache strategy. ([5a91714](#), [c4e57bb](#))
83+
84+
## Test Improvements
85+
- Removed redundant `InMemoryAppender` test. ([a22397e](#))
86+
87+
## Other Changes
88+
- Routine merges from `main` to `release`. ([1bbfab1](#), [798c76b](#), [3fb0fd9](#), [ad053d0](#), [6897b75](#), [10a6c82](#))
89+
- Bump version to prepare for next patch. ([024d93b](#))
90+
91+
---
92+
93+
**Full Changelog:** [v0.1.9...v0.1.10](#)
94+
95+
**Full Changelog**: https://github.com/microsphere-projects/microsphere-logging/compare/0.1.9...0.1.10

0 commit comments

Comments
 (0)