Skip to content
This repository was archived by the owner on Jan 17, 2025. It is now read-only.

Commit 7ed4689

Browse files
committed
Release v0.1.5
1 parent ee4ff64 commit 7ed4689

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [v0.1.5](https://github.com/livebook-dev/req_bigquery/tree/v0.1.5) (2024-12-05)
9+
10+
### Fixed
11+
12+
- Pass job location as part of paginated queries if set ([#34](https://github.com/livebook-dev/req_bigquery/pull/34))
13+
814
## [v0.1.4](https://github.com/livebook-dev/req_bigquery/tree/v0.1.4) (2024-09-13)
915

1016
### Changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The struct implements the `Table.Reader` protocol and thus can be efficiently tr
1414
Mix.install([
1515
{:goth, "~> 1.3.0"},
1616
{:req, "~> 0.3.5"},
17-
{:req_bigquery, "~> 0.1.1"}
17+
{:req_bigquery, "~> 0.1.5"}
1818
])
1919

2020
# We use Goth to authenticate to Google Cloud API.

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule ReqBigQuery.MixProject do
22
use Mix.Project
33

4-
@version "0.1.4"
4+
@version "0.1.5"
55
@description "Req plugin for Google BigQuery"
66

77
def project do

0 commit comments

Comments
 (0)