Skip to content

Commit a61b8f7

Browse files
committed
Bump to v0.24.1
1 parent e80c89d commit a61b8f7

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## v0.24.1
4+
5+
- fixed: Pre-compile images for Apple and Windows
6+
37
## v0.24.0
48

59
- changed: Update sqlite to `3.46.1`.

mix.exs

Lines changed: 1 addition & 1 deletion
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.24.0"
4+
@version "0.24.1"
55
@sqlite_version "3.46.1"
66

77
def project do

0 commit comments

Comments
 (0)