Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .mailmap
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
Alejandro Martinez Ruiz <alex@flawedcode.org> Alejandro Martinez Ruiz <amr@redhat.com>
Petr Hála <phala@sprtovo.eu> phala <phala@redhat.com>
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <alex@flawedcode.org>", "David Ortiz Lopez <z.david.ortiz@gmail.com>"]
license = "Apache-2.0"
repository = "https://github.com/3scale-rs/threescalers"
Expand Down
Loading