Skip to content

Commit

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

## Unreleased

## v0.13.0

- added: Support fragment splicing.
- added: Support parent_as with combination queries.
- changed: Don't need to consider `{:maybe, type}`` when loading or dumping.
- changed: Handle nil values in dumpers and loaders.

## v0.12.0

- changed: raise if an in memory database is opened with a pool_size != 1
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.12"}
{:ecto_sqlite3, "~> 0.13"}
]
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.12.0"
@version "0.13.0"

def project do
[
Expand Down

0 comments on commit 4378ca8

Please sign in to comment.