We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eca58dd commit 5fc162dCopy full SHA for 5fc162d
3 files changed
CHANGELOG.md
@@ -5,7 +5,7 @@ All notable changes will be documented in this file.
5
The format is based on [Keep a Changelog][keepachangelog], and this project
6
adheres to [Semantic Versioning][semver].
7
8
-## [0.5.5] - Unreleased
+## [0.5.5] - 2021-04-19
9
- Fix "database is locked" issue by setting `journal_mode` at `storage_up` time.
10
- Add :check constraint column option.
11
README.md
@@ -16,7 +16,7 @@ in Hexdocs.
16
17
```elixir
18
defp deps do
19
- {:ecto_sqlite3, "~> 0.5.4"}
+ {:ecto_sqlite3, "~> 0.5.5"}
20
end
21
```
22
mix.exs
@@ -1,7 +1,7 @@
1
defmodule EctoSQLite3.MixProject do
2
use Mix.Project
3
4
- @version "0.5.4"
+ @version "0.5.5"
def project do
[
0 commit comments