Skip to content

Commit 23dc33a

Browse files
committed
Bump version to 0.2.7
Prepare for 0.2.7 release Signed-off-by: Anderson Toshiyuki Sasaki <[email protected]>
1 parent 642c7cc commit 23dc33a

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

Cargo.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ authors = ["Keylime Authors"]
1111
edition = "2021"
1212
license = "Apache-2.0"
1313
repository = "https://github.com/keylime/rust-keylime"
14-
version = "0.2.6"
14+
version = "0.2.7"
1515

1616
[workspace.dependencies]
1717
actix-rt = "2"
@@ -23,7 +23,7 @@ config = { version = "0.13", default-features = false, features = ["toml"] }
2323
futures = "0.3.6"
2424
glob = "0.3"
2525
hex = "0.4"
26-
keylime = { version = "=0.2.6", path = "keylime" }
26+
keylime = { version = "=0.2.7", path = "keylime" }
2727
libc = "0.2.43"
2828
log = "0.4"
2929
openssl = "0.10.15"

rpm/centos/keylime-agent-rust.spec

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
%global __brp_mangle_shebangs_exclude_from ^/usr/src/debug/.*$
1010

1111
Name: keylime-agent-rust
12-
Version: 0.2.6
12+
Version: 0.2.7
1313
Release: %{?autorelease}%{!?autorelease:1%{?dist}}
1414
Summary: Rust agent for Keylime
1515

rpm/fedora/keylime-agent-rust.spec

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
%global __brp_mangle_shebangs_exclude_from ^/usr/src/debug/.*$
1515

1616
Name: keylime-agent-rust
17-
Version: 0.2.6
17+
Version: 0.2.7
1818
Release: %{?autorelease}%{!?autorelease:1%{?dist}}
1919
Summary: Rust agent for Keylime
2020

0 commit comments

Comments
 (0)