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.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Julius de Bruijn committed Jun 16, 2020
1 parent 91d2dc2 commit 01ee7d7
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.13

- Fix compilation errors if `json` is not enabled
- Change phrasing of log message regarding connection count
- Better errors for execute results in SQLite
- Use `map` instead of `map_and_drop` on mysql query
- Support for Microsoft SQL Server

## v0.2.0-alpha.12

- Pgbouncer support
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.12"
version = "0.2.0-alpha.13"
authors = [
"Julius de Bruijn <[email protected]>",
"Katharina Fey <[email protected]>",
Expand Down

0 comments on commit 01ee7d7

Please sign in to comment.