Skip to content

Commit 328129d

Browse files
chore: merge release-1.x into dev-1.x [skip ci]
2 parents b35237f + 657ad15 commit 328129d

3 files changed

Lines changed: 21 additions & 4 deletions

File tree

microsphere-gateway-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
<properties>
2222
<!-- BOM versions -->
23-
<microsphere-spring-cloud.version>0.1.13</microsphere-spring-cloud.version>
23+
<microsphere-spring-cloud.version>0.1.14</microsphere-spring-cloud.version>
2424
</properties>
2525

2626
<dependencyManagement>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.github.microsphere-projects</groupId>
88
<artifactId>microsphere-spring-cloud-parent</artifactId>
9-
<version>0.1.13</version>
9+
<version>0.1.14</version>
1010
</parent>
1111

1212
<groupId>io.github.microsphere-projects</groupId>
@@ -52,7 +52,7 @@
5252
</scm>
5353

5454
<properties>
55-
<revision>0.1.7-SNAPSHOT</revision>
55+
<revision>0.1.8-SNAPSHOT</revision>
5656
</properties>
5757

5858
<modules>

release-notes.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,21 @@
6969

7070
*This release includes minor enhancements, documentation updates, and improved workflows to streamline development.*
7171

72-
**Full Changelog**: https://github.com/microsphere-projects/microsphere-gateway/compare/0.1.5...0.1.6
72+
**Full Changelog**: https://github.com/microsphere-projects/microsphere-gateway/compare/0.1.5...0.1.6## v0.1.7
73+
74+
# Release Notes - Version 0.1.7
75+
76+
## Dependency Updates
77+
- **Microsphere Spring Cloud**: Upgraded to version `0.1.14`. ([27de74e](#))
78+
79+
## Code Quality Improvements
80+
- Removed duplicate blank lines and trailing whitespace in Java source code for improved readability and cleanliness. ([7520015](#))
81+
82+
## Other Changes
83+
- Version bump to `0.1.7` post `0.1.6` release for continued development. ([8872c33](#))
84+
85+
---
86+
87+
**Note**: No new features, documentation updates, bug fixes, or test improvements in this release.
88+
89+
**Full Changelog**: https://github.com/microsphere-projects/microsphere-gateway/compare/0.1.6...0.1.7

0 commit comments

Comments
 (0)