File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 33## [ Unreleased] ( unreleased )
44
55
6+ ## [ 0.8.0] - 2021-11-30
7+ ### Changed
8+ - Updated SQLite from [ 3.36.0] ( https://www.sqlite.org/releaselog/3_36_0.html ) to [ 3.37.0] ( https://www.sqlite.org/releaselog/3_37_0.html ) .
9+
10+
611## [ 0.7.9] - 2021-10-25
712### Changed
813- Debug build opt in, instead of opt out. ` export DEBUG=yes ` before compilation and it will add a ` -g ` to the compilation process.
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ Package: https://hex.pm/packages/exqlite
3333
3434``` elixir
3535defp deps do
36- {:exqlite , " ~> 0.7.9 " }
36+ {:exqlite , " ~> 0.8.0 " }
3737end
3838```
3939
Original file line number Diff line number Diff line change 11defmodule Exqlite.MixProject do
22 use Mix.Project
33
4- @ version "0.7.9 "
4+ @ version "0.8.0 "
55
66 def project do
77 [
You can’t perform that action at this time.
0 commit comments