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 11# Changelog
22
33
4+ ## [ 0.5.4] - 2021-03-23
5+
6+ ### Fixed
7+ - Fix incorrect passing of ` chunk_size ` to ` fetch_all/4 `
8+
9+
410## [ 0.5.3] - 2021-03-23
511
612### Fixed
1420- ` Exqlite.Sqlite3.multi_step/3 ` to step through results chunks at a time.
1521- ` default_chunk_size ` configuration.
1622
23+
1724## [ 0.5.1] - 2021-03-19
1825
1926### Changed
3037
3138[ ecto_sqlite3 ] : < https://github.com/elixir-sqlite/ecto_sqlite3 >
3239
33- [ Unreleased ] : https://github.com/elixir-sqlite/exqlite/compare/v0.5.3...main
40+ [ Unreleased ] : https://github.com/elixir-sqlite/exqlite/compare/v0.5.4...main
41+ [ 0.5.4 ] : https://github.com/elixir-sqlite/exqlite/compare/v0.5.3...v0.5.4
3442[ 0.5.3 ] : https://github.com/elixir-sqlite/exqlite/compare/v0.5.2...v0.5.3
3543[ 0.5.2 ] : https://github.com/elixir-sqlite/exqlite/compare/v0.5.1...v0.5.2
3644[ 0.5.1 ] : https://github.com/elixir-sqlite/exqlite/compare/v0.5.0...v0.5.1
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ Package: https://hex.pm/packages/exqlite
3131
3232``` elixir
3333defp deps do
34- {:exqlite , " ~> 0.5.3 " }
34+ {:exqlite , " ~> 0.5.4 " }
3535end
3636```
3737
Original file line number Diff line number Diff line change 11defmodule Exqlite.MixProject do
22 use Mix.Project
33
4- @ version "0.5.3 "
4+ @ version "0.5.4 "
55
66 def project do
77 [
You can’t perform that action at this time.
0 commit comments