Skip to content

Commit

Permalink
chore(build): prepare crate for publication on crates.io
Browse files Browse the repository at this point in the history
  • Loading branch information
lquerel committed Mar 30, 2024
1 parent 8b88438 commit a80b5ef
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

All notable changes to this project will be documented in this file.

## [0.18.1] - 2024-03-29

### Improvement

- Add support to bigquery-emulator (Thanks to @henriiik)
- Add support to use the ClientBuilder to build a Client with an Authenticator (Thanks to @henriiik)

### Fix

- Fix build issue with hyper-rustls (Thanks to @OmriSteiner and @nate-kelley-buster)

## [0.18.0] - 2023-10-22

### Fix
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gcp-bigquery-client"
version = "0.18.0"
version = "0.18.1"
authors = ["Laurent Querel <laurent.querel@gmail.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit a80b5ef

Please sign in to comment.