File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Expand file tree Collapse file tree 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].
77
88## [ Unreleased]
99
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+
1015## [ 0.7.6] - 2022-06-20
1116### Changed
1217- 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].
98103
99104[ keepachangelog ] : < https://keepachangelog.com/en/1.0.0/ >
100105[ 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
102110[ 0.7.4 ] : https://github.com/elixir-sqlite/ecto_sqlite3/compare/v0.7.3...v0.7.4
103111[ 0.7.3 ] : https://github.com/elixir-sqlite/ecto_sqlite3/compare/v0.7.2...v0.7.3
104112[ 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.
1717``` elixir
1818defp deps do
1919 [
20- {:ecto_sqlite3 , " ~> 0.7.6 " }
20+ {:ecto_sqlite3 , " ~> 0.7.7 " }
2121 ]
2222end
2323```
Original file line number Diff line number Diff line change 11defmodule EctoSQLite3.MixProject do
22 use Mix.Project
33
4- @ version "0.7.6 "
4+ @ version "0.7.7 "
55
66 def project do
77 [
You can’t perform that action at this time.
0 commit comments