Skip to content

Commit aab9d27

Browse files
committed
Release version for 1.0.6
1 parent ed2a632 commit aab9d27

File tree

15 files changed

+44
-15
lines changed

15 files changed

+44
-15
lines changed

clickhouse/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>incubator-gcm</artifactId>
88
<groupId>io.edurt.gcm</groupId>
9-
<version>1.0.5</version>
9+
<version>1.0.6</version>
1010
</parent>
1111

1212
<modelVersion>4.0.0</modelVersion>

common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>incubator-gcm</artifactId>
88
<groupId>io.edurt.gcm</groupId>
9-
<version>1.0.5</version>
9+
<version>1.0.6</version>
1010
</parent>
1111

1212
<modelVersion>4.0.0</modelVersion>

configuration/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>incubator-gcm</artifactId>
88
<groupId>io.edurt.gcm</groupId>
9-
<version>1.0.5</version>
9+
<version>1.0.6</version>
1010
</parent>
1111

1212
<modelVersion>4.0.0</modelVersion>

docs/_data/banner_notification.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
enabled: true
2-
text: gcm v1.0.5 is release!
3-
url: /2021/01/22/v1.0.5/
2+
text: gcm v1.0.6 is release!
3+
url: /2021/01/29/v1.0.6/
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
title: Release 1.0.6 (2021-01-29)
3+
type: major
4+
---
5+
6+
Gcm Version for 1.0.6 is release! [GitHub Milestone](https://github.com/EdurtIO/incubator-gcm/milestone/3)
7+
8+
Thanks to the following contributors:
9+
10+
- [qianmoQ](https://github.com/qianmoQ)
11+
- [24kGarry](https://github.com/24kGarry)
12+
13+
#### General changes
14+
15+
- Add common doc for general
16+
- Support Junit test framework
17+
- Support Mybatis test framework [issues-8](https://github.com/EdurtIO/incubator-gcm/issues/8)
18+
- Add a highly available HTTP client tool based on okhttp
19+
- Support Presto query engine by client api [issues-10](https://github.com/EdurtIO/incubator-gcm/issues/10)
20+
21+
#### Netty changes
22+
23+
- Add docs
24+
25+
#### Redis changes
26+
27+
- Support redis component to operate list data
28+
- Improve component test cases
29+
- Support redis component to operate set data

docs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>incubator-gcm</artifactId>
88
<groupId>io.edurt.gcm</groupId>
9-
<version>1.0.5</version>
9+
<version>1.0.6</version>
1010
</parent>
1111

1212
<modelVersion>4.0.0</modelVersion>

mysql/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>incubator-gcm</artifactId>
88
<groupId>io.edurt.gcm</groupId>
9-
<version>1.0.5</version>
9+
<version>1.0.6</version>
1010
</parent>
1111

1212
<modelVersion>4.0.0</modelVersion>

netty/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>incubator-gcm</artifactId>
88
<groupId>io.edurt.gcm</groupId>
9-
<version>1.0.5</version>
9+
<version>1.0.6</version>
1010
</parent>
1111

1212
<modelVersion>4.0.0</modelVersion>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<artifactId>incubator-gcm</artifactId>
88
<packaging>pom</packaging>
99

10-
<version>1.0.5</version>
10+
<version>1.0.6</version>
1111

1212
<modules>
1313
<module>configuration</module>

postgresql/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>incubator-gcm</artifactId>
88
<groupId>io.edurt.gcm</groupId>
9-
<version>1.0.5</version>
9+
<version>1.0.6</version>
1010
</parent>
1111

1212
<modelVersion>4.0.0</modelVersion>

0 commit comments

Comments
 (0)