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 11# Changelog
22
33## [ Unreleased] ( unreleased )
4+
5+
6+ ## [ 0.7.9] - 2021-10-25
47### Changed
58- Debug build opt in, instead of opt out. ` export DEBUG=yes ` before compilation and it will add a ` -g ` to the compilation process.
69
125128
126129[ ecto_sqlite3 ] : < https://github.com/elixir-sqlite/ecto_sqlite3 >
127130[ unreleased ] : https://github.com/elixir-sqlite/exqlite/compare/v0.7.2...HEAD
131+ [ 0.7.9 ] : https://github.com/elixir-sqlite/exqlite/compare/v0.7.3...v0.7.9
132+ [ 0.7.3 ] : https://github.com/elixir-sqlite/exqlite/compare/v0.7.2...v0.7.3
128133[ 0.7.2 ] : https://github.com/elixir-sqlite/exqlite/compare/v0.7.0...v0.7.2
129134[ 0.7.1 ] : https://github.com/elixir-sqlite/exqlite/compare/v0.7.0...v0.7.1
130135[ 0.7.0 ] : https://github.com/elixir-sqlite/exqlite/compare/v0.6.4...v0.7.0
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.8 " }
36+ {:exqlite , " ~> 0.7.9 " }
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.8 "
4+ @ version "0.7.9 "
55
66 def project do
77 [
You can’t perform that action at this time.
0 commit comments