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.
5
5
The format is based on [ Keep a Changelog] [ keepachangelog ] , and this project
6
6
adheres to [ Semantic Versioning] [ semver ] .
7
7
8
- ## [ 0.5.5] - Unreleased
8
+ ## [ 0.5.5] - 2021-04-19
9
9
- Fix "database is locked" issue by setting ` journal_mode ` at ` storage_up ` time.
10
10
- Add : check constraint column option.
11
11
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ in Hexdocs.
16
16
17
17
``` elixir
18
18
defp deps do
19
- {:ecto_sqlite3 , " ~> 0.5.4 " }
19
+ {:ecto_sqlite3 , " ~> 0.5.5 " }
20
20
end
21
21
```
22
22
Original file line number Diff line number Diff line change 1
1
defmodule EctoSQLite3.MixProject do
2
2
use Mix.Project
3
3
4
- @ version "0.5.4 "
4
+ @ version "0.5.5 "
5
5
6
6
def project do
7
7
[
You can’t perform that action at this time.
0 commit comments