Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
marvin-j97 committed Mar 19, 2024
1 parent 6a135d4 commit 6a8041f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Release

on:
release:
types: created

jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: katyo/publish-crates@v2
with:
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "value_log"
description = "Value log implementation for key-value separated LSM storage"
license = "MIT OR Apache-2.0"
version = "1.0.0"
version = "0.0.1"
edition = "2021"
rust-version = "1.74.0"
readme = "README.md"
Expand Down

0 comments on commit 6a8041f

Please sign in to comment.