blob: 4dbe0beaa558e5417275e34c82b3f1a70c339c38 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
# 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.2.1](https://github.com/ansg191/trakt/compare/trakt-core-v0.2.0...trakt-core-v0.2.1) - 2024-03-14
### Added
- adds `construct_req` function
### Changed
- upgrades `http` from 0.2 to 1
### Fixed
- incorrect display message in error
### Other
- adds codecov to docs/readme
- updates README.md
## [0.2.0](https://github.com/ansg191/trakt/compare/trakt-core-v0.1.1...trakt-core-v0.2.0) - 2024-02-19
### Other
- Adds POST /comments endpoint
- Removes duplicate code
- Adds tests to `trakt-core/url.rs`
- Adds `EmojiString`
- Adds `Response` derive macro to `trakt-macros`
|