Skip to content

Commit 90d939d

Browse files
committed
Bump to 0.7.1
1 parent ce12069 commit 90d939d

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ adheres to [Semantic Versioning][semver].
77

88
## [Unreleased]
99

10+
## [0.7.1] - 2021-08-30
11+
### Fixed
12+
- Backport of default drops to `:restrict` are now backwards compatible with older versions of `ecto_sql`. We don't really have support for `drop index ... cascade` as it is not in the grammer of sqlite.
13+
1014
## [0.7.0] - 2021-08-27
1115
### Changed
1216
- Update dependencies to the latest.

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.7.0"}
19+
{:ecto_sqlite3, "~> 0.7.1"}
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.7.0"
4+
@version "0.7.1"
55

66
def project do
77
[

0 commit comments

Comments
 (0)