Skip to content

Latest commit

 

History

History
106 lines (51 loc) · 4.02 KB

CHANGELOG.md

File metadata and controls

106 lines (51 loc) · 4.02 KB

CHANGELOG

v3.0.0 (2024-11-29)

💥

  • 💥 Remove enums in currency definitions (#17)
  • Removing enums solves problems of constantly adding currencies as Kraken adds them to the exchange (e8edf13)

v2.0.5 (2024-11-17)

🐛

  • 🐛 Update with latest accepted cryptocurrencies (#16) (5a086d1)

Other

  • chore(release): v2.0.5 [skip ci] (0f35fb3)

v2.0.4 (2024-11-08)

🐛

  • 🐛 Add SWELL to accepted currencies (#15) (1c7769a)

Other

  • chore(release): v2.0.4 [skip ci] (b355f92)

v2.0.3 (2024-11-06)

🐛

  • 🐛 Add USDG to accepted currencies (#14)

Other

  • chore(release): v2.0.3 [skip ci] (f5d16b8)

v2.0.2 (2024-10-30)

🐛

  • 🐛 Add GIGA to accepted currencies (#13) (9b59852)

Other

  • 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)

v2.0.1 (2024-10-20)

🐛

  • 🐛 Update supported currencies to latest (#9) (21b7997)

Other

  • chore(release): v2.0.1 [skip ci] (a3d3c28)

  • 🚀 Fix deployment (#10)

Deploy after publishing step (c24e08b)

v2.0.0 (2024-10-05)

Other

  • 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)