Skip to content

Commit 9232ce3

Browse files
committed
release: 0.7.0
1 parent 4fcf5b2 commit 9232ce3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
uses: orhun/git-cliff-action@v2
6969
with:
7070
config: cliff.toml
71-
args: --verbose --tag v${{ steps.version.outputs.version }}
71+
args: --verbose --latest --tag v${{ steps.version.outputs.version }}
7272
env:
7373
OUTPUT: CHANGELOG.md
7474

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ members = [
77
[package]
88
name = "surrealkv"
99
publish = true
10-
version = "0.6.1"
10+
version = "0.7.0"
1111
edition = "2021"
1212
license = "Apache-2.0"
1313
readme = "README.md"

0 commit comments

Comments
 (0)