File tree 3 files changed +11
-3
lines changed
3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,11 @@ adheres to [Semantic Versioning][semver].
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 0.7.7] - 2022-06-21
11
+ ### Fixed
12
+ - Fixed issue with missing space in ` EXPLAIN QUERY PLAN ` . [ #78 ] ( https://github.com/elixir-sqlite/ecto_sqlite3/pull/78 )
13
+
14
+
10
15
## [ 0.7.6] - 2022-06-20
11
16
### Changed
12
17
- Changed explain query to ` EXPLAIN QUERY PLAN ` . [ #77 ] ( https://github.com/elixir-sqlite/ecto_sqlite3/pull/77 )
@@ -98,7 +103,10 @@ adheres to [Semantic Versioning][semver].
98
103
99
104
[ keepachangelog ] : < https://keepachangelog.com/en/1.0.0/ >
100
105
[ semver ] : < https://semver.org/spec/v2.0.0.html >
101
- [ Unreleased ] : https://github.com/elixir-sqlite/ecto_sqlite3/compare/v0.7.4...HEAD
106
+ [ Unreleased ] : https://github.com/elixir-sqlite/ecto_sqlite3/compare/v0.7.7...HEAD
107
+ [ 0.7.7 ] : https://github.com/elixir-sqlite/ecto_sqlite3/compare/v0.7.6...v0.7.7
108
+ [ 0.7.6 ] : https://github.com/elixir-sqlite/ecto_sqlite3/compare/v0.7.5...v0.7.6
109
+ [ 0.7.5 ] : https://github.com/elixir-sqlite/ecto_sqlite3/compare/v0.7.4...v0.7.5
102
110
[ 0.7.4 ] : https://github.com/elixir-sqlite/ecto_sqlite3/compare/v0.7.3...v0.7.4
103
111
[ 0.7.3 ] : https://github.com/elixir-sqlite/ecto_sqlite3/compare/v0.7.2...v0.7.3
104
112
[ 0.7.2 ] : https://github.com/elixir-sqlite/ecto_sqlite3/compare/v0.7.1...v0.7.2
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ in Hexdocs.
17
17
``` elixir
18
18
defp deps do
19
19
[
20
- {:ecto_sqlite3 , " ~> 0.7.6 " }
20
+ {:ecto_sqlite3 , " ~> 0.7.7 " }
21
21
]
22
22
end
23
23
```
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.7.6 "
4
+ @ version "0.7.7 "
5
5
6
6
def project do
7
7
[
You can’t perform that action at this time.
0 commit comments