Skip to content

Commit

Permalink
Bump to v0.13.15
Browse files Browse the repository at this point in the history
  • Loading branch information
warmwaffles committed Aug 17, 2023
1 parent a78c756 commit 4936940
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@

## Unlreleased

## V0.13.14
## v0.13.15
- fixed: allow gnu compiled binaries to be included on the checksum update step.
- fixed: do not bind atoms that are prefixed with `nil` as `NULL`. https://github.com/elixir-sqlite/exqlite/pull/258

## v0.13.14
- fixed: OTP26 and Elixir 1.15 compilation issues.

## v0.13.13
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.13.14"
@version "0.13.15"
@sqlite_version "3.42.0"

def project do
Expand Down

0 comments on commit 4936940

Please sign in to comment.