Skip to content

Commit

Permalink
Bump to v0.24.1
Browse files Browse the repository at this point in the history
warmwaffles committed Sep 14, 2024

Verified

This commit was signed with the committer’s verified signature.
1 parent e80c89d commit a61b8f7
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v0.24.1

- fixed: Pre-compile images for Apple and Windows

## v0.24.0

- changed: Update sqlite to `3.46.1`.
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.24.0"
@version "0.24.1"
@sqlite_version "3.46.1"

def project do

0 comments on commit a61b8f7

Please sign in to comment.