# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [0.1.0] - 2024-10-27 ### Added - Initial release of the Kadena Rust Library. - Initial project setup and infrastructure. - Core cryptographic functionalities: - ED25519 key generation and management. - Message signing and verification. - Blake2b hashing. - Pact command creation features: - Type-safe command builders. - Capability management. - Transaction metadata handling. - Transaction management: - Command preparation. - Transaction signing. - Integration with local and send endpoints. - Network interaction support: - API client for interacting with Kadena nodes. - Comprehensive documentation and examples. - Continuous integration and testing infrastructure. - Contribution guidelines and code of conduct.