Skip to content

Commit 405eb00

Browse files
chore: merge release-1.x into dev-1.x [skip ci]
2 parents be51b15 + 1deaa12 commit 405eb00

4 files changed

Lines changed: 22 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.2 |
48-
| **1.x** | Compatible with Spring Cloud Hoxton - 2021.0.x | 0.1.2 |
47+
| **main** | Compatible with Spring Cloud 2022.0.x - 2025.0.x | `0.2.3` |
48+
| **1.x** | Compatible with Spring Cloud Hoxton - 2021.0.x | `0.1.3` |
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.12</microsphere-spring-cloud.version>
22+
<microsphere-spring-cloud.version>0.1.14</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.12</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.3-SNAPSHOT</revision>
55+
<revision>0.1.4-SNAPSHOT</revision>
5656
</properties>
5757

5858
<modules>

release-notes.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,4 +87,20 @@ Thank you for using version 0.1.0! Stay tuned for future updates.
8787

8888
**Full Changelog:** [0.1.1...0.1.2](https://github.com/mercyblitz/dev-1.x/compare/0.1.1...0.1.2)
8989

90-
**Full Changelog**: https://github.com/microsphere-projects/microsphere-hibernate/compare/0.1.1...0.1.2
90+
**Full Changelog**: https://github.com/microsphere-projects/microsphere-hibernate/compare/0.1.1...0.1.2## v0.1.3
91+
92+
# Release Notes - Version 0.1.3
93+
94+
## Build and Workflow Enhancements
95+
- Merged `release-1.x` into `dev-1.x` for branch alignment. ([#18](https://github.com/mercyblitz/dev-1.x))
96+
- Bumped the version to the next patch after publishing 0.1.2.
97+
98+
## Documentation
99+
- Updated README with release information.
100+
101+
## Dependency Updates
102+
- Bumped parent project version for dependency alignment.
103+
104+
---
105+
106+
**Full Changelog**: https://github.com/microsphere-projects/microsphere-hibernate/compare/0.1.2...0.1.3

0 commit comments

Comments
 (0)