Skip to content

Commit c80241f

Browse files
committed
Bump to v0.20.0
1 parent be08b77 commit c80241f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is loosely based on [Keep a Changelog][keepachangelog], and this
66
project adheres to [Semantic Versioning][semver].
77

88
## Unreleased
9+
10+
## v0.20.0
911
- added: Ecto [`identifier/1`](https://hexdocs.pm/ecto/Ecto.Query.API.html#identifier/1) support
1012
- changed: Bump (and restrict) Ecto to `3.13.0`
1113

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule EctoSQLite3.MixProject do
22
use Mix.Project
33

4-
@version "0.19.0"
4+
@version "0.20.0"
55

66
def project do
77
[

0 commit comments

Comments
 (0)