Skip to content

Commit 8a0370b

Browse files
authored
0.5.6 - fix amalgamation being incorrectly downgraded to 3.34.1, it is now correctly 3.35.3 (#134)
1 parent 4b9cf2f commit 8a0370b

File tree

4 files changed

+7122
-4658
lines changed

4 files changed

+7122
-4658
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [0.5.6] - 2021-04-02
4+
5+
### Fixed
6+
- Fix SQLite3 amalgamation in 0.5.5 being incorrectly downgraded to 3.34.1. Amalgamation is now correctly [3.35.3](https://sqlite.org/releaselog/3_35_3.html.
37

48
## [0.5.5] - 2021-03-29
59

@@ -43,7 +47,8 @@
4347

4448
[ecto_sqlite3]: <https://github.com/elixir-sqlite/ecto_sqlite3>
4549

46-
[Unreleased]: https://github.com/elixir-sqlite/exqlite/compare/v0.5.5...main
50+
[Unreleased]: https://github.com/elixir-sqlite/exqlite/compare/v0.5.6...main
51+
[0.5.6]: https://github.com/elixir-sqlite/exqlite/compare/v0.5.5...v0.5.6
4752
[0.5.5]: https://github.com/elixir-sqlite/exqlite/compare/v0.5.4...v0.5.5
4853
[0.5.4]: https://github.com/elixir-sqlite/exqlite/compare/v0.5.3...v0.5.4
4954
[0.5.3]: https://github.com/elixir-sqlite/exqlite/compare/v0.5.2...v0.5.3

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.5"
4+
@version "0.5.6"
55

66
def project do
77
[

0 commit comments

Comments
 (0)