From 8b75a60ea9fa6002cee3451eb0e119953a677a8c Mon Sep 17 00:00:00 2001 From: Anton Maminov Date: Tue, 4 Oct 2022 11:44:10 +0300 Subject: [PATCH] v1.3.6 --- CHANGELOG.md | 8 +++++++- shard.yml | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a2c0773..63378e89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ ## [...] +## [1.3.6][] (2022-10-04) + +- Support encoding array of arrays by @cyangle in https://github.com/mamantoha/crest/pull/190 +- remove vcr by @mamantoha in https://github.com/mamantoha/crest/pull/192 + ## [1.3.5][] (2022-09-27) - Use specified `Crest::ParamsEncoder` for `Crest::DataForm` by @mamantoha in https://github.com/mamantoha/crest/pull/189 @@ -374,7 +379,8 @@ - First release :tada: -[...]: https://github.com/mamantoha/crest/compare/v1.3.5...HEAD +[...]: https://github.com/mamantoha/crest/compare/v1.3.6...HEAD +[1.3.6]: https://github.com/mamantoha/crest/compare/v1.3.5...v1.3.6 [1.3.5]: https://github.com/mamantoha/crest/compare/v1.3.4...v1.3.5 [1.3.4]: https://github.com/mamantoha/crest/compare/v1.3.3...v1.3.4 [1.3.3]: https://github.com/mamantoha/crest/compare/v1.3.2...v1.3.3 diff --git a/shard.yml b/shard.yml index c9d45e8e..f69abc6a 100644 --- a/shard.yml +++ b/shard.yml @@ -1,5 +1,5 @@ name: crest -version: 1.3.5 +version: 1.3.6 authors: - Anton Maminov