File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 3
3
## [ Unreleased] ( unreleased )
4
4
5
5
6
+ ## [ 0.6.1] - 2021-05-17
7
+
8
+ ### Fixed
9
+
10
+ - Fixed compilation issue on windows [ #151 ] ( https://github.com/elixir-sqlite/exqlite/pull/151 )
11
+
12
+
6
13
## [ 0.6.0] - 2021-05-5
7
14
8
15
### Added
94
101
95
102
96
103
[ ecto_sqlite3 ] : < https://github.com/elixir-sqlite/ecto_sqlite3 >
97
- [ unreleased ] : https://github.com/elixir-sqlite/exqlite/compare/v0.6.0...HEAD
104
+ [ unreleased ] : https://github.com/elixir-sqlite/exqlite/compare/v0.6.1...HEAD
105
+ [ 0.6.1 ] : https://github.com/elixir-sqlite/exqlite/compare/v0.6.1...v0.6.0
98
106
[ 0.6.0 ] : https://github.com/elixir-sqlite/exqlite/compare/v0.5.11...v0.6.0
99
107
[ 0.5.11 ] : https://github.com/elixir-sqlite/exqlite/compare/v0.5.10...v0.5.11
100
108
[ 0.5.10 ] : https://github.com/elixir-sqlite/exqlite/compare/v0.5.9...v0.5.10
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.6.0 " }
36
+ {:exqlite , " ~> 0.6.1 " }
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.6.0 "
4
+ @ version "0.6.1 "
5
5
6
6
def project do
7
7
[
You can’t perform that action at this time.
0 commit comments