Skip to content

Commit e5e8230

Browse files
committed
0.5.3
1 parent db9a414 commit e5e8230

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG

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

88
## [Unreleased]
9+
10+
## [0.5.3] - 2021-03-20
911
- Added `collate:` opts support to `:string` column type
1012

1113
## [0.5.1] - 2021-03-18

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule EctoSQLite3.MixProject do
44
def project do
55
[
66
app: :ecto_sqlite3,
7-
version: "0.5.2",
7+
version: "0.5.3",
88
elixir: "~> 1.8",
99
start_permanent: Mix.env() == :prod,
1010
source_url: "https://github.com/elixir-sqlite/ecto_sqlite3",

0 commit comments

Comments
 (0)