Skip to content

Commit

Permalink
Release v0.16.4
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Jul 29, 2022
1 parent 8e4f0ec commit 6109ae0
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.16.4 (2022-07-29)

* Enhancements
* Support Unix sockets in hostname and PGHOST
* Support infinity value on numerics/decimals (PG14+)
* Add count to Table.Reader metadata
* Fix warnings on Elixir v1.15

## v0.16.3 (2022-04-27)

* Enhancements
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule Postgrex.Mixfile do
use Mix.Project

@source_url "https://github.com/elixir-ecto/postgrex"
@version "0.16.3"
@version "0.16.4"

def project do
[
Expand Down

0 comments on commit 6109ae0

Please sign in to comment.