File tree 3 files changed +11
-2
lines changed
3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## [ Unreleased] ( unreleased )
4
4
5
+ ## [ 0.8.4] - 2021-12-08
6
+ ### Fixed
7
+ - Improved typespecs. [ #177 ] ( https://github.com/elixir-sqlite/exqlite/pull/177 )
8
+
9
+
5
10
## [ 0.8.3] - 2021-12-07
6
11
### Changed
7
12
- 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 )
148
153
149
154
[ ecto_sqlite3 ] : < https://github.com/elixir-sqlite/ecto_sqlite3 >
150
155
[ 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
151
160
[ 0.7.9 ] : https://github.com/elixir-sqlite/exqlite/compare/v0.7.3...v0.7.9
152
161
[ 0.7.3 ] : https://github.com/elixir-sqlite/exqlite/compare/v0.7.2...v0.7.3
153
162
[ 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
33
33
34
34
``` elixir
35
35
defp deps do
36
- {:exqlite , " ~> 0.8.3 " }
36
+ {:exqlite , " ~> 0.8.4 " }
37
37
end
38
38
```
39
39
Original file line number Diff line number Diff line change 1
1
defmodule Exqlite.MixProject do
2
2
use Mix.Project
3
3
4
- @ version "0.8.3 "
4
+ @ version "0.8.4 "
5
5
6
6
def project do
7
7
[
You can’t perform that action at this time.
0 commit comments