Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 901 Bytes

CHANGELOG.md

File metadata and controls

27 lines (16 loc) · 901 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

0.3.0 - 2024-11-19

Added

  • added querying block, block hash, and block number (#9)
  • added prelude module (#9)

Other

  • [breaking] updated near-* dependencies to 0.27 release (#13)

0.2.1 - 2024-10-25

Added

  • added retry to querying. Simplified retry logic. (#7)

Other

  • Update README.md