Skip to content

Commit

Permalink
Bump to version v0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
warmwaffles committed May 28, 2024
1 parent 54212a4 commit eab3893
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ project adheres to [Semantic Versioning][semver].

## Unreleased

## v0.16.0

- changed: Set minimum `exqlite` dependency to `0.22`.

## v0.15.1

- fixed: Encode nil blobs. This was previously unhandled.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ in Hexdocs.
```elixir
defp deps do
[
{:ecto_sqlite3, "~> 0.13"}
{:ecto_sqlite3, "~> 0.16"}
]
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 EctoSQLite3.MixProject do
use Mix.Project

@version "0.15.1"
@version "0.16.0"

def project do
[
Expand Down

0 comments on commit eab3893

Please sign in to comment.