Skip to content

Commit ea24bf0

Browse files
committed
Bump to v0.5.4
1 parent 51b161f commit ea24bf0

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
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
@@ -14,6 +20,7 @@
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
@@ -30,7 +37,8 @@
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Package: https://hex.pm/packages/exqlite
3131

3232
```elixir
3333
defp deps do
34-
{:exqlite, "~> 0.5.3"}
34+
{:exqlite, "~> 0.5.4"}
3535
end
3636
```
3737

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Exqlite.MixProject do
22
use Mix.Project
33

4-
@version "0.5.3"
4+
@version "0.5.4"
55

66
def project do
77
[

0 commit comments

Comments
 (0)