Skip to content

Commit

Permalink
🔖 v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
H1rono committed Dec 27, 2023
1 parent 6602876 commit 2dd3d11
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog],
and this project adheres to [Semantic Versioning].

## [0.1.3] - 2023-12-27

### Added

- Add struct [`traq::models::StampWithThumbnail`](https://github.com/traPtitech/rust-traq/blob/a798e6acc5652062330da5395e75dc142a94582d/src/models/stamp_with_thumbnail.rs#L13-L39)

### Changed

- Change return type of [`traq::apis::stamp_api::get_stamps`](https://github.com/traPtitech/rust-traq/blob/a798e6acc5652062330da5395e75dc142a94582d/src/apis/stamp_api.rs#L889-L939),
from `Result<Vec<traq::models::Stamp>, traq::apis::Error<traq::apis::stamp_api::GetStampsError>>`
to `Result<Vec<traq::models::StampWithThumbnail>, traq::apis::Error<traq::apis::stamp_api::GetStampsError>>`
- [`traq::models::Stamp`](https://github.com/traPtitech/rust-traq/blob/a798e6acc5652062330da5395e75dc142a94582d/src/models/stamp.rs#L13-L36)
- [`traq::models::StampWithThumbnail`](https://github.com/traPtitech/rust-traq/blob/a798e6acc5652062330da5395e75dc142a94582d/src/models/stamp_with_thumbnail.rs#L13-L39)

## [0.1.2] - 2023-07-21

### Fixed
Expand All @@ -30,6 +44,7 @@ and this project adheres to [Semantic Versioning].
[semantic versioning]: https://semver.org/spec/v2.0.0.html

<!-- Versions -->
[0.1.3]: https://github.com/traPtitech/rust-traq/compare/v0.1.2..v0.1.3
[0.1.2]: https://github.com/traPtitech/rust-traq/compare/v0.1.1..v0.1.2
[0.1.1]: https://github.com/traPtitech/rust-traq/compare/v0.1.0..v0.1.1
[0.1.0]: https://github.com/traPtitech/rust-traq/releases/tag/v0.1.0

0 comments on commit 2dd3d11

Please sign in to comment.