update version to 3.0 due to breaking changes in error management

This commit is contained in:
Sebastian Thiel
2022-03-08 07:17:41 +08:00
parent 544be6d2a2
commit d12cd3238e
2 changed files with 7 additions and 1 deletions

View File

@@ -1,5 +1,11 @@
<a name="api-v2.0.0:cli-v2.0.0"></a>
## api/cli-v3.0.0 (2022-3-8)
- Support for yup-oauth 0.6
- Redesigned error handling which won't swallow errors anymore by making less assumptions about
them. They are now merely assume to be JSON, with a fallback to the plain message.
## api-v2.0.4:cli-v2.0.4 (2021-4-1)
- every call is `async`

View File

@@ -83,7 +83,7 @@ directories:
# The subdirectory to contain documentation from all APIs and related programs
doc_subdir: doc
cargo:
build_version: "2.0.10"
build_version: "3.0.0"
repo_base_url: https://github.com/Byron/google-apis-rs
authors:
# don't forget to possibly add them to copyright authors