aboutsummaryrefslogtreecommitdiff
path: root/trakt-core
diff options
context:
space:
mode:
Diffstat (limited to 'trakt-core')
-rw-r--r--trakt-core/CHANGELOG.md16
-rw-r--r--trakt-core/Cargo.toml2
2 files changed, 17 insertions, 1 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`
diff --git a/trakt-core/Cargo.toml b/trakt-core/Cargo.toml
index 7d7c2b1..7c8c909 100644
--- a/trakt-core/Cargo.toml
+++ b/trakt-core/Cargo.toml
@@ -2,7 +2,7 @@
name = "trakt-core"
description = "Core library for trakt-rs"
authors = ["Anshul Gupta <ansg191@anshulg.com>"]
-version = "0.1.1"
+version = "0.2.0"
edition = "2021"
license = "MIT"
documentation = "https://docs.rs/trakt-core"