From 09d22789a9e8b406c91f1bc5a63ed5b5d6171da1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcus=20Sch=C3=A4fer?= Date: Wed, 27 Nov 2024 22:21:46 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=203.1.4=20=E2=86=92=203.1.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- common/Cargo.toml | 2 +- firecracker-pilot/Cargo.toml | 4 ++-- firecracker-pilot/guestvm-tools/sci/Cargo.toml | 2 +- flake-ctl/Cargo.toml | 4 ++-- package/flake-pilot.spec | 2 +- podman-pilot/Cargo.toml | 4 ++-- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index b7ce9d9..678ef0e 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.1.4 +current_version = 3.1.5 commit = True tag = True diff --git a/common/Cargo.toml b/common/Cargo.toml index b260c73..5b9eb97 100644 --- a/common/Cargo.toml +++ b/common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "flakes" -version = "3.1.4" +version = "3.1.5" edition = "2021" [lib] diff --git a/firecracker-pilot/Cargo.toml b/firecracker-pilot/Cargo.toml index 292a797..a78887d 100644 --- a/firecracker-pilot/Cargo.toml +++ b/firecracker-pilot/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "firecracker-pilot" -version = "3.1.4" +version = "3.1.5" edition = "2018" license = "MIT" @@ -17,5 +17,5 @@ ubyte = { version = "0.10", features = ["serde"] } lazy_static = { version = "1.4" } serde_yaml = { version = "0.9" } strum = { version = "0.25", features = ["derive"] } -flakes = { version = "3.1.4 ", path = "../common", features = ["json"] } +flakes = { version = "3.1.5 ", path = "../common", features = ["json"] } libc = { version = "0.2" } diff --git a/firecracker-pilot/guestvm-tools/sci/Cargo.toml b/firecracker-pilot/guestvm-tools/sci/Cargo.toml index 45b79d6..340e895 100644 --- a/firecracker-pilot/guestvm-tools/sci/Cargo.toml +++ b/firecracker-pilot/guestvm-tools/sci/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sci" -version = "3.1.4" +version = "3.1.5" edition = "2018" license = "MIT" diff --git a/flake-ctl/Cargo.toml b/flake-ctl/Cargo.toml index 06a405b..6fa39bc 100644 --- a/flake-ctl/Cargo.toml +++ b/flake-ctl/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "flake-ctl" -version = "3.1.4" +version = "3.1.5" edition = "2018" license = "MIT" @@ -17,5 +17,5 @@ futures-util = { version = "0.3" } indicatif = { version = "0.15" } tokio = { version = "1.32", features = ["full"] } tempfile = { version = "3.4" } -flakes = { version = "3.1.4", path = "../common" } +flakes = { version = "3.1.5", path = "../common" } users = { version = "0.11" } diff --git a/package/flake-pilot.spec b/package/flake-pilot.spec index 0982185..42a2ccb 100644 --- a/package/flake-pilot.spec +++ b/package/flake-pilot.spec @@ -23,7 +23,7 @@ # SOFTWARE. # Name: flake-pilot -Version: 3.1.4 +Version: 3.1.5 Release: 0 Summary: Launcher for flake applications License: MIT diff --git a/podman-pilot/Cargo.toml b/podman-pilot/Cargo.toml index 4688500..9df152e 100644 --- a/podman-pilot/Cargo.toml +++ b/podman-pilot/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "podman-pilot" -version = "3.1.4" +version = "3.1.5" edition = "2018" license = "MIT" @@ -15,6 +15,6 @@ lazy_static = { version = "1.4" } serde = { version = "1.0", features = ["derive"]} serde_yaml = { version = "0.9" } regex = { version = "1.9" } -flakes = { version = "3.1.4", path = "../common" } +flakes = { version = "3.1.5", path = "../common" } rust-ini = { version = "0.21" } users = { version = "0.11" }