Skip to content

Commit cd0838d

Browse files
committed
Bump version to 0.2.8
Prepare for the 0.2.8 release Signed-off-by: Anderson Toshiyuki Sasaki <[email protected]>
1 parent 573d195 commit cd0838d

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ authors = ["Keylime Authors"]
1212
edition = "2021"
1313
license = "Apache-2.0"
1414
repository = "https://github.com/keylime/rust-keylime"
15-
version = "0.2.7"
15+
version = "0.2.8"
1616

1717
[workspace.dependencies]
1818
actix-rt = "2"
@@ -29,8 +29,8 @@ config = { version = "0.13", default-features = false, features = ["toml"] }
2929
futures = "0.3.6"
3030
glob = "0.3"
3131
hex = "0.4"
32-
keylime = { version = "=0.2.7", path = "keylime" }
33-
keylime-macros = { version = "=0.2.7", path = "keylime-macros" }
32+
keylime = { version = "=0.2.8", path = "keylime" }
33+
keylime-macros = { version = "=0.2.8", path = "keylime-macros" }
3434
libc = "0.2.43"
3535
log = "0.4"
3636
once_cell = "1.19.0"

rpm/centos/keylime-agent-rust.spec

Lines changed: 1 addition & 1 deletion
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.7
12+
Version: 0.2.8
1313
Release: %{?autorelease}%{!?autorelease:1%{?dist}}
1414
Summary: Rust agent for Keylime
1515

rpm/fedora/keylime-agent-rust.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
%global __brp_mangle_shebangs_exclude_from ^/usr/src/debug/.*$
1111

1212
Name: keylime-agent-rust
13-
Version: 0.2.7
13+
Version: 0.2.8
1414
Release: %{?autorelease}%{!?autorelease:1%{?dist}}
1515
Summary: Rust agent for Keylime
1616

0 commit comments

Comments
 (0)