diff --git a/changelog.md b/changelog.md index c9e595a6b6..5084d83410 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,11 @@ +## 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` diff --git a/etc/api/shared.yaml b/etc/api/shared.yaml index 45b5ab4071..26bbcf5632 100644 --- a/etc/api/shared.yaml +++ b/etc/api/shared.yaml @@ -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