Skip to content

Commit

Permalink
Merge pull request #64 from cartridge-gg/prepare-release
Browse files Browse the repository at this point in the history
Prepare release: v0.8.0
  • Loading branch information
tarrencev authored Jun 19, 2024
2 parents ef0a1aa + 39ed7f0 commit 1d0c9f7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 1d0c9f7

Please sign in to comment.