From 7b987e138a0bf2b856cb73b91fd71e438404bfbc Mon Sep 17 00:00:00 2001 From: Mauro Ezequiel Moltrasio Date: Mon, 19 Jan 2026 17:11:20 +0100 Subject: [PATCH] chore: bump fact version to 0.3.0-dev and minor doc fixes --- Cargo.lock | 2 +- docs/release.md | 4 ++-- fact/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f8e980c7..86b63641 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -435,7 +435,7 @@ dependencies = [ [[package]] name = "fact" -version = "0.2.0-dev" +version = "0.3.0-dev" dependencies = [ "anyhow", "aya", diff --git a/docs/release.md b/docs/release.md index 1748fd6b..6a12e2ba 100644 --- a/docs/release.md +++ b/docs/release.md @@ -73,7 +73,7 @@ Konflux build configuration and the application version. ```sh sed -i -e "/^RUST_VERSION / s/stable/${RUST_VERSION}/" \ - Makefile + constants.mk ``` 1. Run the following command to stop mintmaker from attempting to @@ -104,7 +104,7 @@ Konflux build configuration and the application version. 1. Ensure the Konflux and GitHub Actions builds succeed and the corresponding container images are pushed. -## Handling path releases +## Handling patch releases 1. Merge any backport PRs you need into the desired release branch. 1. Figure out the patch version to be released. diff --git a/fact/Cargo.toml b/fact/Cargo.toml index 8bbc97a2..103e37a2 100644 --- a/fact/Cargo.toml +++ b/fact/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fact" -version = "0.2.0-dev" +version = "0.3.0-dev" edition = "2021" license.workspace = true