From d12cd3238efbe0c92c8b7fc4c81038bf839c1905 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Tue, 8 Mar 2022 07:17:41 +0800 Subject: [PATCH] update version to 3.0 due to breaking changes in error management --- changelog.md | 6 ++++++ etc/api/shared.yaml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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