From f11212f1f272dded499af94207083b998d489a5b Mon Sep 17 00:00:00 2001 From: Tim Swast Date: Tue, 30 Mar 2021 11:47:16 -0500 Subject: [PATCH] chore: release 0.15.0 (#359) --- docs/source/changelog.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index e9553f88..6af3af75 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -3,8 +3,8 @@ Changelog .. _changelog-0.15.0: -0.15.0 / TBD ------------- +0.15.0 / 2021-03-30 +------------------- Features ~~~~~~~~ @@ -12,11 +12,14 @@ Features - Load DataFrame with ``to_gbq`` to a table in a project different from the API client project. Specify the target table ID as ``project.dataset.table`` to use this feature. (:issue:`321`, :issue:`347`) +- Allow billing project to be separate from destination table project in + ``to_gbq``. (:issue:`321`) Bug fixes ~~~~~~~~~ - Avoid 403 error from ``to_gbq`` when table has ``policyTags``. (:issue:`354`) +- Avoid ``client.dataset`` deprecation warnings. (:issue:`312`) Dependencies ~~~~~~~~~~~~