diff options
author | 2024-06-17 01:38:56 +0000 | |
---|---|---|
committer | 2024-06-17 01:38:56 +0000 | |
commit | 155c333a3d06faf6a196aaa3e9499c31489616e9 (patch) | |
tree | af96c976f602f083b4165904fb062de458a97c11 | |
parent | 79ee0e87f55338f53ac3f15e535e971d9c405bae (diff) | |
download | trakt-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 |
chore: releaserelease-plz-2024-04-27T20-11-01Z
-rw-r--r-- | Cargo.toml | 2 | ||||
-rw-r--r-- | trakt-core/CHANGELOG.md | 5 | ||||
-rw-r--r-- | trakt-core/Cargo.toml | 2 |
3 files changed, 7 insertions, 2 deletions
@@ -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" |