Skip to content

Commit a57f959

Browse files
authored
auto release for 0.10.1
auto incr version
1 parent 3ada561 commit a57f959

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## 0.10.1 (2021-02-07)
2+
3+
ENHANCEMENTS:
4+
5+
- Update all APIs of `VPC` (#82)
6+
- Update all APIs of `UDisk` (#81)
7+
- Update all APIs of `UNet` (#80)
8+
- Update all APIs of `UHost` (#76)
9+
10+
BUG FIXES:
11+
12+
- (**BROKEN CHANGE**) Fix `DescribeRouteTable` field `SubnetCount` from `string` to `integer` (#82)
13+
- (**BROKEN CHANGE**) Fix `CloneRouteTable` field `Region` as `Required` (#82)
14+
- (**BROKEN CHANGE**) Fix `UHostDiskSet` field `Encrypted` from `string` to `boolean` (#76)
15+
116
## 0.10.0 (2020-11-26)
217

318
FEATURES:

ucloud/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = "0.10.0"
1+
version = "0.10.1"

0 commit comments

Comments
 (0)