aboutsummaryrefslogtreecommitdiff
path: root/trakt-core/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'trakt-core/CHANGELOG.md')
-rw-r--r--trakt-core/CHANGELOG.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/trakt-core/CHANGELOG.md b/trakt-core/CHANGELOG.md
new file mode 100644
index 0000000..1de4760
--- /dev/null
+++ b/trakt-core/CHANGELOG.md
@@ -0,0 +1,16 @@
+# 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.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`