File tree 3 files changed +8
-2
lines changed
3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## [ Unreleased] ( https://github.com/elixir-sqlite/exqlite/compare/v0.11.2...HEAD )
4
4
5
+ ## [ 0.11.3] - 2022-08-04
6
+ ### Changed
7
+ - Updated sqlite3 to 3.39.2
8
+
9
+
5
10
## [ 0.11.2] - 2022-05-13
6
11
### Changed
7
12
- Fix incorrect ordering due to ` Enum.reverse/1 ` . [ #205 ] ( https://github.com/elixir-sqlite/exqlite/pull/205 )
230
235
231
236
232
237
[ ecto_sqlite3 ] : < https://github.com/elixir-sqlite/ecto_sqlite3 >
238
+ [ 0.11.3 ] : https://github.com/elixir-sqlite/exqlite/compare/v0.11.3...v0.11.2
233
239
[ 0.11.2 ] : https://github.com/elixir-sqlite/exqlite/compare/v0.11.2...v0.11.1
234
240
[ 0.11.1 ] : https://github.com/elixir-sqlite/exqlite/compare/v0.11.1...v0.11.0
235
241
[ 0.11.0 ] : https://github.com/elixir-sqlite/exqlite/compare/v0.11.0...v0.10.2
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ Package: https://hex.pm/packages/exqlite
34
34
``` elixir
35
35
defp deps do
36
36
[
37
- {:exqlite , " ~> 0.11.2 " }
37
+ {:exqlite , " ~> 0.11.3 " }
38
38
]
39
39
end
40
40
```
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.11.2 "
4
+ @ version "0.11.3 "
5
5
6
6
def project do
7
7
[
You can’t perform that action at this time.
0 commit comments