Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

Commit

Permalink
Bump to v0.2.0-alpha.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Julius de Bruijn committed Mar 26, 2020
1 parent 3077fff commit 1b00d42
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## v0.2.0-alpha.11

- `impl From<&&str> for Column`
- Cleanup for function, ordering and grouping interfaces
- Removing explicit inlining
- Pool builder with new pool options, such as `max_idle_lifetime`,
`test_on_check_out` and `health_check_interval`

## v0.2.0-alpha.10

- Use the recommended way to implement tokio_postgres::ToSql::to_sql_checked
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 = "quaint"
version = "0.2.0-alpha.10"
version = "0.2.0-alpha.11"
authors = [
"Julius de Bruijn <[email protected]>",
"Katharina Fey <[email protected]>",
Expand Down

0 comments on commit 1b00d42

Please sign in to comment.