From ff6859905dc350eb073bb27c70acad852c366e33 Mon Sep 17 00:00:00 2001 From: "Hadrien G." Date: Sun, 4 May 2025 10:54:43 +0200 Subject: [PATCH] Publish bugfix release v8.1.1 --- Cargo.lock | 2 +- Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index be21f22..00534bd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -343,7 +343,7 @@ dependencies = [ [[package]] name = "triple_buffer" -version = "8.1.0" +version = "8.1.1" dependencies = [ "criterion", "crossbeam-utils", diff --git a/Cargo.toml b/Cargo.toml index 31f3415..72bc224 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,8 +5,8 @@ name = "triple_buffer" # # - Cross-check all public API documentation, update as needed # - Update changelog -# - Update version number in Cargo.toml -# - Push master, make sure it passes CI +# - Update version number in Cargo.toml, run some command to update lockfile +# - Push branch, auto-merge when it passes CI # - Cargo publish # - Roll an annotated git tag # - Add a github release