Skip to content

Commit

Permalink
Bump version: 3.0.3 → 3.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
schaefi committed Jan 9, 2024
1 parent d3d0e9c commit 1ccb3f7
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 11 deletions.
3 changes: 1 addition & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 3.0.3
current_version = 3.0.4
commit = True
tag = True

Expand All @@ -16,4 +16,3 @@ tag = True
[bumpversion:file:flake-ctl/debbuild/oci-deb]

[bumpversion:file:firecracker-pilot/guestvm-tools/sci/Cargo.toml]

2 changes: 1 addition & 1 deletion common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "flakes"
version = "3.0.3"
version = "3.0.4"
edition = "2021"

[lib]
Expand Down
4 changes: 2 additions & 2 deletions firecracker-pilot/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "firecracker-pilot"
version = "3.0.3"
version = "3.0.4"
edition = "2018"
license = "MIT"

Expand All @@ -17,4 +17,4 @@ 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.0.3 ", path = "../common", features = ["json"] }
flakes = { version = "3.0.4 ", path = "../common", features = ["json"] }
2 changes: 1 addition & 1 deletion firecracker-pilot/guestvm-tools/sci/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sci"
version = "3.0.3"
version = "3.0.4"
edition = "2018"
license = "MIT"

Expand Down
2 changes: 1 addition & 1 deletion flake-ctl/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "flake-ctl"
version = "3.0.3"
version = "3.0.4"
edition = "2018"
license = "MIT"

Expand Down
2 changes: 1 addition & 1 deletion flake-ctl/debbuild/oci-deb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
set -e

SPEC_IN=/usr/share/podman-pilot/container.spec.in
PKG_VERSION=3.0.3
PKG_VERSION=3.0.4
CONTAINER_TAG=latest
CONTAINER_APPS=""

Expand Down
2 changes: 1 addition & 1 deletion package/flake-pilot.spec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
# SOFTWARE.
#
Name: flake-pilot
Version: 3.0.3
Version: 3.0.4
Release: 0
Summary: Launcher for flake applications
License: MIT
Expand Down
4 changes: 2 additions & 2 deletions podman-pilot/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "podman-pilot"
version = "3.0.3"
version = "3.0.4"
edition = "2018"
license = "MIT"

Expand All @@ -15,4 +15,4 @@ lazy_static = { version = "1.4" }
serde = { version = "1.0", features = ["derive"]}
serde_yaml = { version = "0.9" }
regex = { version = "1.9" }
flakes = { version = "3.0.3", path = "../common" }
flakes = { version = "3.0.4", path = "../common" }

0 comments on commit 1ccb3f7

Please sign in to comment.