Skip to content

Commit

Permalink
Bump to v0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
warmwaffles committed Mar 25, 2024
1 parent 6936a64 commit 767f92e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
# Changelog

## Unreleased
## v0.20.0

- changed: update sqlite3 to `3.45.2`.
- changed: use single nif version.
- changed: use Erlang/OTP 24 (NIF 2.16) for macOS.
- changed: updated to elixir_make `v0.8.2`.

## v0.19.0

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Package: https://hex.pm/packages/exqlite
```elixir
defp deps do
[
{:exqlite, "~> 0.17"}
{:exqlite, "~> 0.20"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion 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.19.0"
@version "0.20.0"
@sqlite_version "3.45.2"

def project do
Expand Down

0 comments on commit 767f92e

Please sign in to comment.