File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,9 @@ All notable changes will be documented in this file.
55The format is loosely based on [ Keep a Changelog] [ keepachangelog ] , and this
66project adheres to [ Semantic Versioning] [ semver ] .
77
8+ ## v0.8.1 - 2022-08-30
9+ - changed: Allow ` FROM ` hints to be used. [ #88 ] ( https://github.com/elixir-sqlite/ecto_sqlite3/pull/88 )
10+
811## v0.8.0 - 2022-08-04
912- changed: Set minimum elixir version to ` ~> 1.11 `
1013- added: Allow index hints on joins. [ #83 ] ( https://github.com/elixir-sqlite/ecto_sqlite3/pull/83 )
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.8.0 " }
20+ {:ecto_sqlite3 , " ~> 0.8.1 " }
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.8.0 "
4+ @ version "0.8.1 "
55
66 def project do
77 [
You can’t perform that action at this time.
0 commit comments