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

Commit

Permalink
Bump to 0.2.0-alpha.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Julius de Bruijn committed May 20, 2020
1 parent 4460975 commit 7d89232
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## v0.2.0-alpha.12

- Pgbouncer support
- Simplify connector traits
- Specialize equality comparisons for JSON in AST visitor
- Add version() method to Queryable
- Rename "conjuctive" to "conjunctive"
- Set mobc max_idle to the same as max_open by default
- Fix a broken dependency with sqlite feature
- Aliasing expressions
- AST types revamp. Merging DatabaseValue to Expression.
- Rename ParameterizedValue to Value
- Test and handle issues related to mysql unsigned integers
- Add json handling for MySQL
- Convert MySQL NEWDECIMAL to a numeric value
- Upgrade mysql_async to 0.23
- Do not crash the whole system if no connection on Postgres
- Do not panic when system time is weird
- Add and implement ErrorKind for length mismatches
- Function should also be Aliasable
- Make `Column` as `Aliasable`

## v0.2.0-alpha.11

- `impl From<&&str> for Column`
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.11"
version = "0.2.0-alpha.12"
authors = [
"Julius de Bruijn <[email protected]>",
"Katharina Fey <[email protected]>",
Expand Down

0 comments on commit 7d89232

Please sign in to comment.