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
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 17 additions & 0 deletions sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,23 @@ 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).

## [0.5.6](https://github.com/sumup/sumup-rs/compare/v0.5.5...v0.5.6) - 2026-01-20

### Added

- report runtime info ([#87](https://github.com/sumup/sumup-rs/pull/87))
- *(sdk)* improve struct names ([#79](https://github.com/sumup/sumup-rs/pull/79))
- *(sdk)* mark deprecated tags (resources) as such ([#27](https://github.com/sumup/sumup-rs/pull/27))
- *(sdk)* reader status battery_level type
- *(sdk)* support nullable values ([#69](https://github.com/sumup/sumup-rs/pull/69))

### Other

- synced file(s) with sumup/apis ([#86](https://github.com/sumup/sumup-rs/pull/86))
- synced file(s) with sumup/apis ([#77](https://github.com/sumup/sumup-rs/pull/77))
- *(deps)* bump axum-extra from 0.12.2 to 0.12.5 ([#78](https://github.com/sumup/sumup-rs/pull/78))
- *(deps)* bump axum from 0.8.7 to 0.8.8 ([#72](https://github.com/sumup/sumup-rs/pull/72))

## [0.5.5](https://github.com/sumup/sumup-rs/compare/v0.5.4...v0.5.5) - 2025-12-19

### Added
Expand Down
2 changes: 1 addition & 1 deletion sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "sumup"
description = "Rust SDK for the SumUp API."
documentation = "https://docs.rs/sumup"
version = "0.5.5"
version = "0.5.6"
edition = "2021"
rust-version = "1.82"
readme = "../README.md"
Expand Down