Skip to content

Commit 26e3f46

Browse files
authored
Merge pull request #6 from marsavar/v0.1.5
v0.1.5
2 parents e277404 + 1449946 commit 26e3f46

9 files changed

Lines changed: 347 additions & 260 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file.
33

44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55

6+
## [0.1.5] - 2022-12-24
7+
8+
### Fixed
9+
- Fixed incorrect documentation examples for the `tag_type` and `show_blocks` functions, as well as a typo in the `datetime_to` documentation.
10+
11+
### Changed
12+
- `datetime_to` and `datetime_from` can no longer panic when providing invalid values. Instead, the API call will simply ignore these query parameters and not include them in the request.
13+
- Structs no longer implement the `Serialize` trait.
14+
- Improved documentation by using implied shortcut reference links.
15+
- Updated dependencies.
16+
17+
618
## [0.1.4] - 2022-12-23
719

820
### Added

0 commit comments

Comments
 (0)