sumup 0.5.4

Rust SDK for the SumUp API.
Documentation
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.5.4]https://github.com/sumup/sumup-rs/compare/v0.5.3...v0.5.4 - 2025-11-16

### Added

- *(sdk)* use proper types for query params ([#35]https://github.com/sumup/sumup-rs/pull/35)
- *(examples)* oauth2 ([#32]https://github.com/sumup/sumup-rs/pull/32)

### Other

- *(sdk)* rename secret::Password to secret::Secret ([#36]https://github.com/sumup/sumup-rs/pull/36)

## [0.5.3]https://github.com/sumup/sumup-rs/compare/v0.5.2...v0.5.3 - 2025-11-11

### Other

- synced file(s) with sumup/apis ([#31]https://github.com/sumup/sumup-rs/pull/31)
- synced file(s) with sumup/apis ([#26]https://github.com/sumup/sumup-rs/pull/26)

## [0.5.2]https://github.com/sumup/sumup-rs/compare/v0.5.1...v0.5.2 - 2025-11-05

### Other

- synced file(s) with sumup/apis ([#21]https://github.com/sumup/sumup-rs/pull/21)

## [0.5.1]https://github.com/sumup/sumup-rs/compare/v0.5.0...v0.5.1 - 2025-11-04

### Added

- *(codegen)* stronger typing of SDK ([#19]https://github.com/sumup/sumup-rs/pull/19)
- *(sdk)* more tests ([#18]https://github.com/sumup/sumup-rs/pull/18)
- *(cd)* release-please setup ([#14]https://github.com/sumup/sumup-rs/pull/14)
- *(docs)* update README title
- *(docs)* extend readme ([#11]https://github.com/sumup/sumup-rs/pull/11)
- various improvements to the generated code ([#10]https://github.com/sumup/sumup-rs/pull/10)

### Fixed

- *(tooling)* cargo-workspace plugin for release please

### Other

- *(deps)* bump serial_test from 2.0.0 to 3.2.0 ([#20]https://github.com/sumup/sumup-rs/pull/20)
- *(sdk)* fix Client options params
- *(tooling)* use release-plz instead of release-please
- 0.5.1 ([#15]https://github.com/sumup/sumup-rs/pull/15)
- synced file(s) with sumup/apis ([#8]https://github.com/sumup/sumup-rs/pull/8)
- further touch-ups to error handling ([#12]https://github.com/sumup/sumup-rs/pull/12)