Skip to content

Commit a00d643

Browse files
committed
Bump to v0.13.5
1 parent f7ae729 commit a00d643

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

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

33
## Unlreleased
44

5+
## v0.13.5 - 2023-02-27
6+
- changed: Allow `:force_build` to be specified in application configration to allow projects to force build the application rather than use precompiled binaries. [#241](https://github.com/elixir-sqlite/exqlite/pull/241) [#240](https://github.com/elixir-sqlite/exqlite/pull/240)
7+
58
## v0.13.4 - 2023-02-24
69
- changed: Updated sqlite3 to 3.41.0
710

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.13.4"}
37+
{:exqlite, "~> 0.13.5"}
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.13.4"
4+
@version "0.13.5"
55
@sqlite_version "3.41.0"
66

77
def project do

0 commit comments

Comments
 (0)