From 1dce06f78004be1f71df733a45fba9b23e2fb7c4 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 11 Mar 2025 16:49:27 +0000 Subject: [PATCH] chore(main): release 1.13.0 --- CHANGELOG.md | 12 ++++++++++++ sqlalchemy_bigquery/version.py | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3cc3dba2..2bf108dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,18 @@ Older versions of this project were distributed as [pybigquery][0]. [2]: https://pypi.org/project/pybigquery/#history +## [1.13.0](https://github.com/googleapis/python-bigquery-sqlalchemy/compare/v1.12.1...v1.13.0) (2025-03-11) + + +### Features + +* Support job_config at query level ([#1167](https://github.com/googleapis/python-bigquery-sqlalchemy/issues/1167)) ([ea849e0](https://github.com/googleapis/python-bigquery-sqlalchemy/commit/ea849e0bf288388c603f9d594c2a5042a6e16570)) + + +### Bug Fixes + +* Resolve issue where pre-release versions of dependencies are installed ([#1169](https://github.com/googleapis/python-bigquery-sqlalchemy/issues/1169)) ([8c27cca](https://github.com/googleapis/python-bigquery-sqlalchemy/commit/8c27cca5d2ed32662e3f23370692765b43c90de7)) + ## [1.12.1](https://github.com/googleapis/python-bigquery-sqlalchemy/compare/v1.12.0...v1.12.1) (2025-01-21) diff --git a/sqlalchemy_bigquery/version.py b/sqlalchemy_bigquery/version.py index 697d2346..4bc7893f 100644 --- a/sqlalchemy_bigquery/version.py +++ b/sqlalchemy_bigquery/version.py @@ -17,4 +17,4 @@ # IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN # CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -__version__ = "1.12.1" +__version__ = "1.13.0"