Skip to content

Commit

Permalink
Bump to v0.11.5
Browse files Browse the repository at this point in the history
  • Loading branch information
warmwaffles committed Sep 28, 2022
1 parent bf55a7e commit 85f7fb6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## v0.11.5 - 2022-09-28
- changed: Updated sqlite3 to 3.39.3

## v0.11.4 - 2022-08-24
- changed: Use `sqlite3_open_v2`. [#211](https://github.com/elixir-sqlite/exqlite/pull/211)
- changed: Expose `:mode`. [#212](https://github.com/elixir-sqlite/exqlite/pull/212)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Package: https://hex.pm/packages/exqlite
```elixir
defp deps do
[
{:exqlite, "~> 0.11.4"}
{:exqlite, "~> 0.11.5"}
]
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.11.4"
@version "0.11.5"
@sqlite_version "3.39.3"

def project do
Expand Down

0 comments on commit 85f7fb6

Please sign in to comment.