aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> 2024-06-17 01:38:56 +0000
committerGravatar GitHub <noreply@github.com> 2024-06-17 01:38:56 +0000
commit155c333a3d06faf6a196aaa3e9499c31489616e9 (patch)
treeaf96c976f602f083b4165904fb062de458a97c11
parent79ee0e87f55338f53ac3f15e535e971d9c405bae (diff)
downloadtrakt-release-plz-2024-04-27T20-11-01Z.tar.gz
trakt-release-plz-2024-04-27T20-11-01Z.tar.zst
trakt-release-plz-2024-04-27T20-11-01Z.zip
-rw-r--r--Cargo.toml2
-rw-r--r--trakt-core/CHANGELOG.md5
-rw-r--r--trakt-core/Cargo.toml2
3 files changed, 7 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 8db9333..b5f4919 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,5 +8,5 @@ http = "1"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
time = { version = "0.3", features = ["formatting", "macros", "parsing", "serde"] }
-trakt-core = { path = "trakt-core", version = "0.2.1" }
+trakt-core = { path = "trakt-core", version = "0.2.2" }
trakt-macros = { path = "trakt-macros", version = "0.1.4" }
diff --git a/trakt-core/CHANGELOG.md b/trakt-core/CHANGELOG.md
index 4dbe0be..c3098f8 100644
--- a/trakt-core/CHANGELOG.md
+++ b/trakt-core/CHANGELOG.md
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
+## [0.2.2](https://github.com/ansg191/trakt/compare/trakt-core-v0.2.1...trakt-core-v0.2.2) - 2024-06-17
+
+### Other
+- wrap comments and strings
+
## [0.2.1](https://github.com/ansg191/trakt/compare/trakt-core-v0.2.0...trakt-core-v0.2.1) - 2024-03-14
### Added
diff --git a/trakt-core/Cargo.toml b/trakt-core/Cargo.toml
index 832fc29..6ec7bad 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.2.1"
+version = "0.2.2"
edition = "2021"
license = "MIT"
documentation = "https://docs.rs/trakt-core"