Skip to content

Commit f11212f

Browse files
authored
chore: release 0.15.0 (#359)
1 parent 853f792 commit f11212f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

docs/source/changelog.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,23 @@ Changelog
33

44
.. _changelog-0.15.0:
55

6-
0.15.0 / TBD
7-
------------
6+
0.15.0 / 2021-03-30
7+
-------------------
88

99
Features
1010
~~~~~~~~
1111

1212
- Load DataFrame with ``to_gbq`` to a table in a project different from the API
1313
client project. Specify the target table ID as ``project.dataset.table`` to
1414
use this feature. (:issue:`321`, :issue:`347`)
15+
- Allow billing project to be separate from destination table project in
16+
``to_gbq``. (:issue:`321`)
1517

1618
Bug fixes
1719
~~~~~~~~~
1820

1921
- Avoid 403 error from ``to_gbq`` when table has ``policyTags``. (:issue:`354`)
22+
- Avoid ``client.dataset`` deprecation warnings. (:issue:`312`)
2023

2124
Dependencies
2225
~~~~~~~~~~~~

0 commit comments

Comments
 (0)