mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2025-12-28 15:22:24 +01:00
update version to 3.0 due to breaking changes in error management
This commit is contained in:
@@ -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`
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user