Skip to content

Commit d95aaae

Browse files
chore: merge release-1.x into dev-1.x [skip ci]
2 parents 95dff63 + 0104700 commit d95aaae

4 files changed

Lines changed: 23 additions & 6 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ pom.xml:
4444

4545
| **Branches** | **Purpose** | **Latest Version** |
4646
|--------------|--------------------------------------------------|--------------------|
47-
| **main** | Compatible with Spring Cloud 2022.0.x - 2025.0.x | `0.2.4` |
48-
| **1.x** | Compatible with Spring Cloud Hoxton - 2021.0.x | `0.1.4` |
47+
| **main** | Compatible with Spring Cloud 2022.0.x - 2025.0.x | `0.2.5` |
48+
| **1.x** | Compatible with Spring Cloud Hoxton - 2021.0.x | `0.1.5` |
4949

5050
### Compatibility
5151

microsphere-hibernate-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<description>Microsphere Hibernate Parent</description>
2020

2121
<properties>
22-
<microsphere-spring-cloud.version>0.1.15</microsphere-spring-cloud.version>
22+
<microsphere-spring-cloud.version>0.1.16</microsphere-spring-cloud.version>
2323
</properties>
2424

2525
<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.15</version>
9+
<version>0.1.16</version>
1010
</parent>
1111

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

5454
<properties>
55-
<revision>0.1.5-SNAPSHOT</revision>
55+
<revision>0.1.6-SNAPSHOT</revision>
5656
</properties>
5757

5858
<modules>

release-notes.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,4 +127,21 @@ Thank you for using version 0.1.0! Stay tuned for future updates.
127127
## Other Changes
128128
- Merged updates from the upstream branch `dev-1.x`. ([21795f0](https://github.com/microsphere-projects/copilot/commit/21795f0))
129129

130-
**Full Changelog**: https://github.com/microsphere-projects/microsphere-hibernate/compare/0.1.3...0.1.4
130+
**Full Changelog**: https://github.com/microsphere-projects/microsphere-hibernate/compare/0.1.3...0.1.4## v0.1.5
131+
132+
# Release Notes - Version 0.1.5
133+
134+
## Dependency Updates
135+
- Upgraded Microsphere Spring Cloud parent to `0.1.16`. [7b7a092](#)
136+
137+
## Documentation
138+
- Updated README to reflect branch versions `0.2.5` and `0.1.5`. [ad5dd6a](#)
139+
140+
## Other Changes
141+
- Bumped version to `0.1.5` post-release of `0.1.4`. [14cef43](#)
142+
143+
---
144+
145+
*Thank you for using our project!*
146+
147+
**Full Changelog**: https://github.com/microsphere-projects/microsphere-hibernate/compare/0.1.4...0.1.5

0 commit comments

Comments
 (0)