From ee2db1a8d40b2655794ee07a7fd0626cccf8c632 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Tue, 1 Nov 2022 22:43:46 +0000 Subject: [PATCH] 0.13.0 --- CHANGELOG.md | 14 ++++++++++++++ pyproject.toml | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 342930b..fa2452c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ +## v0.13.0 (2022-11-01) +### Feature +* Updated to lastest 2.1 spot exchange API ([`bd370ec`](https://github.com/goincrypto/cryptocom-exchange/commit/bd370ec8183a1977239504cae356e9b5c025ebfd)) + +### Fix +* Updated typing ([`8874285`](https://github.com/goincrypto/cryptocom-exchange/commit/88742854613fb250b7a45c1d4c127672703cd2da)) +* Updated annotation ([`39b98ba`](https://github.com/goincrypto/cryptocom-exchange/commit/39b98ba3c427bf26cec14792aa4d3812e0ad0dcc)) +* Do not use order info after execution ([`f9ccc18`](https://github.com/goincrypto/cryptocom-exchange/commit/f9ccc182ba79001928930b60d4a4e2d7e73484a3)) +* Cache update for github actions ([`2733a0c`](https://github.com/goincrypto/cryptocom-exchange/commit/2733a0c00ecaca07d1db74164eba7606bbce62b4)) +* Not all trades always exists ([`0ad02fb`](https://github.com/goincrypto/cryptocom-exchange/commit/0ad02fb23e73e59d9e45eb22caa48033176dc92a)) + +### Sync +* Updated API pairs and coins ([`4e5ebc0`](https://github.com/goincrypto/cryptocom-exchange/commit/4e5ebc04ce049e5a4a8484963ef736467028e8e5)) + ## v0.12.0 (2022-10-17) ### Feature * Improved ssl error handling or empty data ([`da62f47`](https://github.com/goincrypto/cryptocom-exchange/commit/da62f47cb53d14b52176e5207519b6a1c1e1a8fc)) diff --git a/pyproject.toml b/pyproject.toml index 5583327..aa54bc6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ name = "cryptocom-exchange" packages = [ {include = "cryptocom", from = "src"}, ] -version = "0.12.0" +version = "0.13.0" readme = "README.md" classifiers = [ "Operating System :: OS Independent",