From 184429b01eaf2c5b57400efd9a0531dfc08ecb18 Mon Sep 17 00:00:00 2001 From: Luis Schwab Date: Thu, 29 Jan 2026 19:35:51 -0300 Subject: [PATCH] chore(release): bump package to 0.12.3 --- CHANGELOG.md | 11 +++++++++++ Cargo.toml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc9c108..9f44330 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,17 @@ Contributors do not need to change this file but do need to add changelog detail 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). +## [v0.12.3] + +### Added + +- feat(client): add `get_block_infos` #164 + +### Changed + +- chore(client): deprecate `get_blocks` #164 +- chore: use the `alloc` feature on `serde_json #168 + ## [v0.12.2] ### Added diff --git a/Cargo.toml b/Cargo.toml index d2a82e1..2dbf415 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "esplora-client" -version = "0.12.2" +version = "0.12.3" edition = "2021" authors = [ "Alekos Filini ",