Skip to content

Commit df68fe5

Browse files
committed
Bump to v0.30.1
1 parent 2abd182 commit df68fe5

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,14 @@
22

33
## Unreleased
44

5+
## v0.30.1
6+
7+
- changed: Make precompile linux image use `ubuntu-22.04` instead of `ubuntu-latest`.
8+
59
## v0.30.0
610

711
- fixed: Remove excess target triplets.
8-
- chanted: Update sqlite to `3.49.1`.
12+
- changed: Update sqlite to `3.49.1`.
913

1014
## v0.29.0
1115

mix.exs

+1-1
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.30.0"
4+
@version "0.30.1"
55

66
def project do
77
[

0 commit comments

Comments
 (0)