Skip to content

Commit

Permalink
Release v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
wenzuochao committed Feb 19, 2020
1 parent 8d9afa0 commit 67ddd01
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions .teaignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ swift
.teaignore
.travis.yml
README-CN.md
ut.sh
4 changes: 2 additions & 2 deletions Teafile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"scope": "alibabacloud",
"name": "Util",
"version": "0.1.2",
"version": "0.1.3",
"main": "./main.tea",
"releases": {
"go": "github.com/aliyun/tea-util/golang/service:v0.0.2",
"go": "github.com/aliyun/tea-util/golang/service:v0.0.3",
"ts": "@alicloud/tea-util:^1.1.0",
"csharp": "AlibabaCloud.TeaUtil:0.0.2",
"java": "com.aliyun:tea-util:0.1.1"
Expand Down
3 changes: 3 additions & 0 deletions golang/ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2020-02-19 Version: v0.0.3
- Add GetUserAgent.

2020-02-11 Version: v0.0.2
- Add AssertAsMap and StringifyMapValue.

Expand Down

0 comments on commit 67ddd01

Please sign in to comment.