Skip to content

Commit

Permalink
release TrustSpecCli 0.1.28
Browse files Browse the repository at this point in the history
  • Loading branch information
wkarwacki committed Oct 27, 2024
1 parent ea609bc commit b70e868
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "trust"
version = "0.1.27"
version = "0.1.28"
readme="README.md"
edition = "2021"

Expand Down
4 changes: 2 additions & 2 deletions plugin/py-binding/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 plugin/py-binding/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ pip install maturin
cp ../../README.md README.md

rm -rf target
maturin build
maturin build --release
3 changes: 2 additions & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ set -eox pipefail
SCRIPT_DIR=$(dirname "$(readlink -f "$0")")
cd "$SCRIPT_DIR" || exit

export VERSION=$(yq -oy '.package.version' Cargo.toml)
VERSION=$(yq -oy '.package.version' Cargo.toml)
export VERSION=$VERSION

bash do_release.sh

Expand Down

0 comments on commit b70e868

Please sign in to comment.