We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c60433f commit 3ddee8aCopy full SHA for 3ddee8a
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
## Unreleased
4
5
+## v0.32.1
6
+
7
+- fixed: Compiler optimizations when cross compiling for Linux.
8
9
## v0.32.0
10
11
- added: Added named params support
mix.exs
@@ -1,7 +1,7 @@
1
defmodule Exqlite.MixProject do
use Mix.Project
- @version "0.32.0"
+ @version "0.32.1"
def project do
[
0 commit comments