From 2dd3d1116d38a18451284c18fd3fa36e41348a1d Mon Sep 17 00:00:00 2001 From: H1rono Date: Wed, 27 Dec 2023 15:54:49 +0900 Subject: [PATCH] :bookmark: v0.1.3 --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 26a6a75..68def0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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, traq::apis::Error>` + to `Result, traq::apis::Error>` + - [`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 @@ -30,6 +44,7 @@ and this project adheres to [Semantic Versioning]. [semantic versioning]: https://semver.org/spec/v2.0.0.html +[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