Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 757 Bytes

CHANGELOG.md

File metadata and controls

32 lines (24 loc) · 757 Bytes

Changelog

All notable changes to this project will be documented in this file.
This project adheres to Semantic Versioning.
This changelog is based on Keep a Changelog.

[Unreleased]

Added

  • RELEASE.md
  • CONTRIBUTING.md

Changed

  • README now split into root README for project overview and /examples README for transaction types and syntax.
  • Python version incremented from 3.9 to 3.10

Removed

  • pdm.lock & uv.lock file

[0.1.0] - 2025-02-19

Added

  • Initial release of the Python SDK core functionality.
  • Basic documentation on how to install and use the SDK.
  • Example scripts illustrating setup and usage.

Changed

  • N/A

Fixed

  • N/A

Removed

  • N/A