Skip to content

Commit 5fc162d

Browse files
committed
0.5.5
1 parent eca58dd commit 5fc162d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes will be documented in this file.
55
The format is based on [Keep a Changelog][keepachangelog], and this project
66
adheres 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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ in Hexdocs.
1616

1717
```elixir
1818
defp deps do
19-
{:ecto_sqlite3, "~> 0.5.4"}
19+
{:ecto_sqlite3, "~> 0.5.5"}
2020
end
2121
```
2222

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.5.4"
4+
@version "0.5.5"
55

66
def project do
77
[

0 commit comments

Comments
 (0)