Skip to content

Commit e7828d5

Browse files
committed
Bump to v0.33.1
1 parent dfd7e10 commit e7828d5

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.33.1
6+
7+
- added: Allow SunOS builds in Makefile
8+
59
## v0.33.0
610

711
- changed: Update sqlite to `3.50.3`.

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.33.0"
4+
@version "0.33.1"
55

66
def project do
77
[

0 commit comments

Comments
 (0)