From 7d3e6254b9e7718e68fc7f10c025ab0d82d3b8a3 Mon Sep 17 00:00:00 2001 From: Alejandro Martinez Ruiz Date: Tue, 11 Nov 2025 02:07:18 +0100 Subject: [PATCH 1/3] .mailmap: add an entry for Petr Hala --- .mailmap | 1 + 1 file changed, 1 insertion(+) diff --git a/.mailmap b/.mailmap index 903030da6..48ef63962 100644 --- a/.mailmap +++ b/.mailmap @@ -1 +1,2 @@ Alejandro Martinez Ruiz Alejandro Martinez Ruiz +Petr Hála phala From 8f549a3a86f587d2d50df3313386f0e0335c5671 Mon Sep 17 00:00:00 2001 From: Alejandro Martinez Ruiz Date: Tue, 11 Nov 2025 02:20:13 +0100 Subject: [PATCH 2/3] CHANGELOG: release 0.8.1 --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5986b845..223c3cfe9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ Notable changes to threescalers will be tracked in this document. +## 0.8.1 - 2025-11-11 + +### Fixed + +- Fixed future incompatibility with implicitly imported macros. ([#109](https://github.com/3scale-rs/threescalers/pull/109)) +- Fixed build detection logic for a couple features. ([#110](https://github.com/3scale-rs/threescalers/pull/110), [#111](https://github.com/3scale-rs/threescalers/pull/111)) +- Fixed an issue with the `List::remove_all()` method returning the wrong count of + removed extensions. ([#108](https://github.com/3scale-rs/threescalers/pull/108)) + +### Thanks + +- [@pehala](https://github.com/pehala) +- [@unleashed](https://github.com/unleashed) + ## 0.8.0 - 2021-06-23 ### Compatibility From d6d8288452c4d9783c15a057d355051c9d2a156a Mon Sep 17 00:00:00 2001 From: Alejandro Martinez Ruiz Date: Tue, 11 Nov 2025 02:20:32 +0100 Subject: [PATCH 3/3] Cargo.toml: release 0.8.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7e499e2cd..f061ad22f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ edition = "2018" name = "threescalers" description = "3scale API client library for Rust" -version = "0.8.0" +version = "0.8.1" authors = ["Alejandro Martinez Ruiz ", "David Ortiz Lopez "] license = "Apache-2.0" repository = "https://github.com/3scale-rs/threescalers"