Skip to content

Commit

Permalink
Bump to v0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
warmwaffles committed Oct 12, 2023
1 parent b8881fd commit cfe1c58
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,12 @@ project adheres to [Semantic Versioning][semver].

## Unreleased

## v0.12.0

- changed: raise if an in memory database is opened with a pool_size != 1
- added: support `{:unsafe_fragment, ".."}` as a conflict target.
- changed: Dropped support for Elixir `1.12`.
- changed: Dropped support for OTP 23.

## v0.11.0

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.11"}
{:ecto_sqlite3, "~> 0.12"}
]
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.11.0"
@version "0.12.0"

def project do
[
Expand Down

0 comments on commit cfe1c58

Please sign in to comment.