Skip to content

Commit

Permalink
Merge pull request #534 from cgwalters/release
Browse files Browse the repository at this point in the history
Release 0.2.11
  • Loading branch information
jmarrero committed Sep 19, 2023
2 parents 82f5070 + 01bb8fc commit 36f8fec
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
name = "bootupd"
description = "Bootloader updater"
license = "Apache-2.0"
version = "0.2.10"
version = "0.2.11"
authors = ["Colin Walters <walters@verbum.org>"]
edition = "2021"
rust-version = "1.70.0"

include = ["src", "LICENSE"]
include = ["src", "LICENSE", "Makefile", "systemd"]

# See https://github.com/coreos/cargo-vendor-filterer
[package.metadata.vendor-filter]
Expand Down
2 changes: 1 addition & 1 deletion ci/prepare-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ commit=$(git rev-parse HEAD)
# Generate a vendor tarball of sources to attach to a release
# in order to support offline builds.
vendor_dest=target/${name}-${version}-vendor.tar.gz
cargo vendor-filterer --format=tar.gz "${vendor_dest}"
cargo vendor-filterer --prefix=vendor --format=tar.gz "${vendor_dest}"

echo "Prepared ${version} at commit ${commit}"

0 comments on commit 36f8fec

Please sign in to comment.