Version 2.0.0-alpha.2

Signed-off-by: Jingwen Peng <pengsrc@yunify.com>
This commit is contained in:
Jingwen Peng 2017-01-05 22:44:45 +08:00 committed by Aspire
parent efb80b0c8f
commit 5125cfd781
3 changed files with 27 additions and 2 deletions

View File

@ -0,0 +1,25 @@
# Change Log
All notable changes to QingCloud SDK for Go will be documented in this file.
## [v2.0.0-alpha.2] - 2017-01-05
### Changed
- Fix logger output format, don't parse special characters.
- Rename package "errs" to "errors".
### Added
- Add type converters.
### BREAKING CHANGES
- Change value type in input and output to pointer.
## v2.0.0-alpha.1 - 2016-12-03
### Added
- QingCloud SDK for the Go programming language.
[v2.0.0-alpha.2]: https://github.com/yunify/qingcloud-sdk-go/compare/v2.0.0-alpha.1...v2.0.0-alpha.2

View File

@ -37,7 +37,7 @@ Now you are ready to code. You can read the detailed guides in the list below to
- [Configuration Guide](docs/configuration.md)
- [QingCloud Service Usage Guide](docs/qingcloud_service_usage.md)
Checkout our [releases](https://github.com/yunify/qingcloud-sdk-go/releases) and [change logs](https://github.com/yunify/qingcloud-sdk-go/blob/master/CHANGELOGS) for information about the latest features, bug fixes and new ideas.
Checkout our [releases](https://github.com/yunify/qingcloud-sdk-go/releases) and [change logs](https://github.com/yunify/qingcloud-sdk-go/blob/master/CHANGELOG.md) for information about the latest features, bug fixes and new ideas.
## Reference Documentations

View File

@ -20,4 +20,4 @@
package sdk
// Version number.
const Version = "2.0.0-alpha.1"
const Version = "2.0.0-alpha.2"