Skip to content

Commit 784e20f

Browse files
committed
Bump to v0.11.3
1 parent a388ee8 commit 784e20f

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
## [Unreleased](https://github.com/elixir-sqlite/exqlite/compare/v0.11.2...HEAD)
44

5+
## [0.11.3] - 2022-08-04
6+
### Changed
7+
- Updated sqlite3 to 3.39.2
8+
9+
510
## [0.11.2] - 2022-05-13
611
### Changed
712
- Fix incorrect ordering due to `Enum.reverse/1`. [#205](https://github.com/elixir-sqlite/exqlite/pull/205)
@@ -230,6 +235,7 @@
230235

231236

232237
[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
233239
[0.11.2]: https://github.com/elixir-sqlite/exqlite/compare/v0.11.2...v0.11.1
234240
[0.11.1]: https://github.com/elixir-sqlite/exqlite/compare/v0.11.1...v0.11.0
235241
[0.11.0]: https://github.com/elixir-sqlite/exqlite/compare/v0.11.0...v0.10.2

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Package: https://hex.pm/packages/exqlite
3434
```elixir
3535
defp deps do
3636
[
37-
{:exqlite, "~> 0.11.2"}
37+
{:exqlite, "~> 0.11.3"}
3838
]
3939
end
4040
```

mix.exs

+1-1
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.11.2"
4+
@version "0.11.3"
55

66
def project do
77
[

0 commit comments

Comments
 (0)