Skip to content

Commit 3548b29

Browse files
committed
Update to v0.31.0
1 parent 53673a0 commit 3548b29

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/linux-precompile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
with:
148148
files: |
149149
cache/*.tar.gz
150-
150+
151151
- uses: softprops/action-gh-release@v1
152152
if: startsWith(github.ref, 'refs/tags/') && matrix.arch != 'x86_64'
153153
with:

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
## v0.31.0
6+
57
- changed: Update sqlite to `3.50.0`.
68

79
## v0.30.1

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.30.1"
4+
@version "0.31.0"
55

66
def project do
77
[

0 commit comments

Comments
 (0)