From bb7373a9b52305d649d9dcdab1945729df6e4c02 Mon Sep 17 00:00:00 2001 From: Kagashino Date: Wed, 26 Oct 2022 20:16:21 +0800 Subject: [PATCH 1/2] fix: unchanged python doc after run build_python --- sdk/python/README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/sdk/python/README.md b/sdk/python/README.md index 18d294a19..84822eddb 100644 --- a/sdk/python/README.md +++ b/sdk/python/README.md @@ -75,6 +75,3 @@ The Security Token for temporary access, read from environment variable `TENCENT pulumi config set tencentcloud:securityToken [your-security-token] --secret ``` -## Reference - -For detailed reference documentation, please visit [the Pulumi registry](https://www.pulumi.com/registry/packages/tencentcloud/api-docs/). From ca7ad80a58578f96320906a53f1a420b068cb739 Mon Sep 17 00:00:00 2001 From: Kagashino Date: Wed, 26 Oct 2022 20:18:42 +0800 Subject: [PATCH 2/2] doc: update changelog --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 368892b04..96b5461ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,16 @@ CHANGELOG ========= +## v0.1.1 + +- fix unchanged python doc after run `build_python` + +## v0.1.0 + +- add docs for website, optimize existing documents +- remove unused terraform.log file in example +- add example vpc code + ## v0.0.5 - Support NuGet publish