File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ All notable changes will be documented in this file.
55The format is based on [ Keep a Changelog] [ keepachangelog ] , and this project
66adheres to [ Semantic Versioning] [ semver ] .
77
8- ## [ 0.5.5] - Unreleased
8+ ## [ 0.5.5] - 2021-04-19
99- Fix "database is locked" issue by setting ` journal_mode ` at ` storage_up ` time.
1010- Add : check constraint column option.
1111
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ in Hexdocs.
1616
1717``` elixir
1818defp deps do
19- {:ecto_sqlite3 , " ~> 0.5.4 " }
19+ {:ecto_sqlite3 , " ~> 0.5.5 " }
2020end
2121```
2222
Original file line number Diff line number Diff line change 11defmodule EctoSQLite3.MixProject do
22 use Mix.Project
33
4- @ version "0.5.4 "
4+ @ version "0.5.5 "
55
66 def project do
77 [
You can’t perform that action at this time.
0 commit comments