Skip to content

Commit

Permalink
Bump to v0.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
warmwaffles committed Oct 30, 2023
1 parent 0269a52 commit 4a1d335
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## Unlreleased

## v0.16.1
- fixed: Precompiled binaries for OTP 26. Windows precompiled binaries should work now.

## v0.16.0
- added: `set_log_hook`.
- removed: `utf8.h` as it is not necessary.
Expand Down
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Exqlite.MixProject do
use Mix.Project

@version "0.16.0"
@version "0.16.1"
@sqlite_version "3.43.2"

def project do
Expand All @@ -18,7 +18,7 @@ defmodule Exqlite.MixProject do
"https://github.com/elixir-sqlite/exqlite/releases/download/v#{@version}/@{artefact_filename}",
make_precompiler_filename: "sqlite3_nif",
make_precompiler_nif_versions: [
versions: ["2.15", "2.16"],
versions: ["2.15", "2.16", "2.17"],
availability: &target_available_for_nif_version?/2
],
cc_precompiler: cc_precompiler(),
Expand Down

0 comments on commit 4a1d335

Please sign in to comment.