Skip to content

Commit

Permalink
Bump to v0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
warmwaffles committed Nov 8, 2023
1 parent 1b62ea5 commit 5b9891b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unlreleased

## v0.17.0

- changed: Updaetd sqlite3 to `3.44.0`.
- added Added `:before_disconnect` hook.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Package: https://hex.pm/packages/exqlite
```elixir
defp deps do
[
{:exqlite, "~> 0.16"}
{:exqlite, "~> 0.17"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Exqlite.MixProject do
use Mix.Project

@version "0.16.2"
@version "0.17.0"
@sqlite_version "3.44.0"

def project do
Expand Down

0 comments on commit 5b9891b

Please sign in to comment.