File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 22
33## [ Unreleased] ( unreleased )
44
5+ ## [ 0.8.4] - 2021-12-08
6+ ### Fixed
7+ - Improved typespecs. [ #177 ] ( https://github.com/elixir-sqlite/exqlite/pull/177 )
8+
9+
510## [ 0.8.3] - 2021-12-07
611### Changed
712- Compilation output to be less verbose. If more verbosity is desired ` V=1 mix compile ` will remedy that. [ #181 ] ( https://github.com/elixir-sqlite/exqlite/pull/181 )
148153
149154[ ecto_sqlite3 ] : < https://github.com/elixir-sqlite/ecto_sqlite3 >
150155[ unreleased ] : https://github.com/elixir-sqlite/exqlite/compare/v0.7.2...HEAD
156+ [ 0.8.3 ] : https://github.com/elixir-sqlite/exqlite/compare/v0.8.2...v0.8.3
157+ [ 0.8.2 ] : https://github.com/elixir-sqlite/exqlite/compare/v0.8.1...v0.8.2
158+ [ 0.8.1 ] : https://github.com/elixir-sqlite/exqlite/compare/v0.8.0...v0.8.1
159+ [ 0.8.0 ] : https://github.com/elixir-sqlite/exqlite/compare/v0.7.9...v0.8.0
151160[ 0.7.9 ] : https://github.com/elixir-sqlite/exqlite/compare/v0.7.3...v0.7.9
152161[ 0.7.3 ] : https://github.com/elixir-sqlite/exqlite/compare/v0.7.2...v0.7.3
153162[ 0.7.2 ] : https://github.com/elixir-sqlite/exqlite/compare/v0.7.0...v0.7.2
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.8.3 " }
36+ {:exqlite , " ~> 0.8.4 " }
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.8.3 "
4+ @ version "0.8.4 "
55
66 def project do
77 [
You can’t perform that action at this time.
0 commit comments