diff --git a/CHANGELOG.md b/CHANGELOG.md index 4408bb599..1310b45bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.toml b/Cargo.toml index b9518cfe2..ed62f6bf6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quaint" -version = "0.2.0-alpha.10" +version = "0.2.0-alpha.11" authors = [ "Julius de Bruijn ", "Katharina Fey ",