- 💥 Remove enums in currency definitions (#17)
- Removing enums solves problems of constantly adding currencies as Kraken adds them to the exchange (
e8edf13
)
- 🐛 Update with latest accepted cryptocurrencies (#16) (
5a086d1
)
- chore(release): v2.0.5 [skip ci] (
0f35fb3
)
- 🐛 Add SWELL to accepted currencies (#15) (
1c7769a
)
- chore(release): v2.0.4 [skip ci] (
b355f92
)
- 🐛 Add USDG to accepted currencies (#14)
- Remove MPL (
ece0d83
)
- chore(release): v2.0.3 [skip ci] (
f5d16b8
)
- 🐛 Add GIGA to accepted currencies (#13) (
9b59852
)
-
chore(release): v2.0.2 [skip ci] (
9663c7b
) -
✏️ Fix pyproject.toml (#12)
Update pyproject.toml version variable (6d33cb7
)
- 🐛 Fix bug with deployment (#11)
- Pull from branch before deployment to get version changes
- Update pyproject toml version (
b26ed57
)
- 🐛 Update supported currencies to latest (#9) (
21b7997
)
-
chore(release): v2.0.1 [skip ci] (
a3d3c28
) -
🚀 Fix deployment (#10)
Deploy after publishing step (c24e08b
)
-
v2: Revamp pair parsing (#8)
-
BREAKING CHANGE: Revamped currency pair to use accepted currency pairs from Kraken (now supports all pairs)
-
BREAKING CHANGE: Removed support for Bitcoin as BTC, now only works with XBT (
0611de2
) -
Get rid of abstract client (#7)
- Now mocking data in the tests (
6908eac
)