From 457dab126517a76739dd64b2dc520891d0073843 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 09:41:07 +0000 Subject: [PATCH] chore: release v0.9.2 --- CHANGELOG.md | 6 ++++++ ginepro/Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index afa58e1..2939100 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.9.2](https://github.com/TrueLayer/ginepro/compare/ginepro-v0.9.1...ginepro-v0.9.2) - 2026-05-04 + +### Other + +- remove coverage step from CI ([#73](https://github.com/TrueLayer/ginepro/pull/73)) + ## [0.9.1](https://github.com/TrueLayer/ginepro/compare/ginepro-v0.9.1...ginepro-v0.9.0) - 2026-05-04 ### Other diff --git a/ginepro/Cargo.toml b/ginepro/Cargo.toml index 78c3559..5422847 100644 --- a/ginepro/Cargo.toml +++ b/ginepro/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ginepro" -version = "0.9.1" +version = "0.9.2" edition = "2021" description = "A client-side gRPC channel implementation for tonic" repository = "https://github.com/TrueLayer/ginepro"