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 53673a0 commit 3548b29Copy full SHA for 3548b29
.github/workflows/linux-precompile.yml
@@ -147,7 +147,7 @@ jobs:
147
with:
148
files: |
149
cache/*.tar.gz
150
-
+
151
- uses: softprops/action-gh-release@v1
152
if: startsWith(github.ref, 'refs/tags/') && matrix.arch != 'x86_64'
153
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## Unreleased
4
5
+## v0.31.0
6
7
- changed: Update sqlite to `3.50.0`.
8
9
## v0.30.1
mix.exs
@@ -1,7 +1,7 @@
1
defmodule Exqlite.MixProject do
use Mix.Project
- @version "0.30.1"
+ @version "0.31.0"
def project do
[
0 commit comments