Skip to content

Commit 3ddee8a

Browse files
committed
Bump to v0.32.1
1 parent c60433f commit 3ddee8a

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
@@ -2,6 +2,10 @@
22

33
## Unreleased
44

5+
## v0.32.1
6+
7+
- fixed: Compiler optimizations when cross compiling for Linux.
8+
59
## v0.32.0
610

711
- added: Added named params support

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.32.0"
4+
@version "0.32.1"
55

66
def project do
77
[

0 commit comments

Comments
 (0)