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 dfd7e10 commit e7828d5Copy full SHA for e7828d5
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
## Unreleased
4
5
+## v0.33.1
6
+
7
+- added: Allow SunOS builds in Makefile
8
9
## v0.33.0
10
11
- changed: Update sqlite to `3.50.3`.
mix.exs
@@ -1,7 +1,7 @@
1
defmodule Exqlite.MixProject do
use Mix.Project
- @version "0.33.0"
+ @version "0.33.1"
def project do
[
0 commit comments