diff options
Diffstat (limited to 'trakt-macros')
-rw-r--r-- | trakt-macros/CHANGELOG.md | 13 | ||||
-rw-r--r-- | trakt-macros/Cargo.toml | 2 |
2 files changed, 14 insertions, 1 deletions
diff --git a/trakt-macros/CHANGELOG.md b/trakt-macros/CHANGELOG.md new file mode 100644 index 0000000..2ae54d2 --- /dev/null +++ b/trakt-macros/CHANGELOG.md @@ -0,0 +1,13 @@ +# 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.1.3](https://github.com/ansg191/trakt/compare/trakt-macros-v0.1.2...trakt-macros-v0.1.3) - 2024-02-19 + +### Other +- Adds path param checking to `Request` derive macro +- Adds `Response` derive macro to `trakt-macros` diff --git a/trakt-macros/Cargo.toml b/trakt-macros/Cargo.toml index 8b6b12c..ba01d32 100644 --- a/trakt-macros/Cargo.toml +++ b/trakt-macros/Cargo.toml @@ -2,7 +2,7 @@ name = "trakt-macros" description = "Procedural macros for the trakt-rs crate" authors = ["Anshul Gupta <ansg191@anshulg.com>"] -version = "0.1.2" +version = "0.1.3" edition = "2021" license = "MIT" documentation = "https://docs.rs/trakt-macros" |