Skip to content

Commit

Permalink
0.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinlang committed Apr 19, 2021
1 parent eca58dd commit 5fc162d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes will be documented in this file.
The format is based on [Keep a Changelog][keepachangelog], and this project
adheres to [Semantic Versioning][semver].

## [0.5.5] - Unreleased
## [0.5.5] - 2021-04-19
- Fix "database is locked" issue by setting `journal_mode` at `storage_up` time.
- Add :check constraint column option.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ in Hexdocs.

```elixir
defp deps do
{:ecto_sqlite3, "~> 0.5.4"}
{:ecto_sqlite3, "~> 0.5.5"}
end
```

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule EctoSQLite3.MixProject do
use Mix.Project

@version "0.5.4"
@version "0.5.5"

def project do
[
Expand Down

0 comments on commit 5fc162d

Please sign in to comment.