Skip to content

Commit

Permalink
0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinlang committed Mar 20, 2021
1 parent db9a414 commit e5e8230
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog][keepachangelog], and this project
adheres to [Semantic Versioning][semver].

## [Unreleased]

## [0.5.3] - 2021-03-20
- Added `collate:` opts support to `:string` column type

## [0.5.1] - 2021-03-18
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule EctoSQLite3.MixProject do
def project do
[
app: :ecto_sqlite3,
version: "0.5.2",
version: "0.5.3",
elixir: "~> 1.8",
start_permanent: Mix.env() == :prod,
source_url: "https://github.com/elixir-sqlite/ecto_sqlite3",
Expand Down

0 comments on commit e5e8230

Please sign in to comment.