Skip to content

Latest commit

 

History

History
122 lines (68 loc) · 1.81 KB

CHANGELOG.md

File metadata and controls

122 lines (68 loc) · 1.81 KB

Changelog

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

[0.9.0] - 2024-12-16

⚙️ Miscellaneous Tasks

  • Update specs to v0.14 (#21)
  • Add automatic changelog (#22)
  • Configure release procedure (#23)
  • Release utxorpc version 0.9.0

[0.8.0] - 2024-11-11

⚙️ Miscellaneous Tasks

  • Upgrade to specs v0.12 (#20)
  • Release v0.8.0

[0.7.1] - 2024-10-06

🚀 Features

  • Make clients clonable (#19)

🐛 Bug Fixes

  • Add missing txo ref to query outputs (#18)

⚙️ Miscellaneous Tasks

  • Release v0.7.1

[0.7.0] - 2024-10-06

🚀 Features

  • Add submit client (#14)
  • Finish query client support (#15)
  • Improve utxo search ergonomics (#17)

⚙️ Miscellaneous Tasks

  • Bump specs to v0.10 (#16)
  • Release v0.7.0

[0.6.0] - 2024-08-28

🚀 Features

  • Implement basic query client (#13)

⚙️ Miscellaneous Tasks

  • Update specs to v0.9 (#12)
  • Release v0.6.0

[0.5.0] - 2024-08-02

🐛 Bug Fixes

  • Remove max-size constraint on sync client (#11)

⚙️ Miscellaneous Tasks

  • Update spec to v0.8.0 (#10)
  • Release v0.5.0

[0.4.0] - 2024-07-18

🚀 Features

  • Expose native bytes in blocks (#9)

⚙️ Miscellaneous Tasks

  • Release v0.4.0

[0.3.0] - 2024-07-16

💼 Other

  • V0.3.0

⚙️ Miscellaneous Tasks

  • Update spec to v0.7 (#7)
  • Fix lint warnings (#8)

[0.2.0] - 2024-07-13

🚀 Features

  • Implement sync client (#3)

💼 Other

  • V0.1.0
  • V0.2.0

⚙️ Miscellaneous Tasks

  • Update spec to v0.3.0 and improve imports (#2)
  • Update license to apache 2.0 (#4)
  • Update to spec v0.6 (#6)

[1.0.0-alpha.1] - 2023-06-11

🚀 Features

  • Setup crate

💼 Other

  • V1.0.0-alpha.1

⚙️ Miscellaneous Tasks

  • Prepare for crate publish (#1)