From 39ed7f0889f775b21163f7c4a5001bcae54290d9 Mon Sep 17 00:00:00 2001 From: tarrencev Date: Wed, 19 Jun 2024 16:47:04 +0000 Subject: [PATCH] Prepare release: v0.8.0 --- .github/workflows/release-dispatch.yml | 2 +- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release-dispatch.yml b/.github/workflows/release-dispatch.yml index a875c6e..f060c09 100644 --- a/.github/workflows/release-dispatch.yml +++ b/.github/workflows/release-dispatch.yml @@ -23,7 +23,7 @@ jobs: - id: version_info run: | cargo install cargo-get - echo "version=$(cargo get package.version)" >> $GITHUB_OUTPUT + echo "version=$(cargo get workspace.package.version)" >> $GITHUB_OUTPUT - uses: peter-evans/create-pull-request@v5 with: # We have to use a PAT in order to trigger ci diff --git a/Cargo.lock b/Cargo.lock index 1a6c132..9556fd4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3425,7 +3425,7 @@ dependencies = [ [[package]] name = "slot" -version = "0.7.6" +version = "0.8.0" dependencies = [ "anyhow", "axum", @@ -3449,7 +3449,7 @@ dependencies = [ [[package]] name = "slot-cli" -version = "0.7.6" +version = "0.8.0" dependencies = [ "anyhow", "axum", diff --git a/Cargo.toml b/Cargo.toml index 0b0e8b0..47443bd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ resolver = "2" members = ["cli", "slot"] [workspace.package] -version = "0.7.6" +version = "0.8.0" license-file = "LICENSE" repository = "https://github.com/cartridge-gg/slot/" edition = "2021"