Skip to content

Commit cc746cc

Browse files
committed
chore(release): bump package to 0.12.3
1 parent 2e3e8b2 commit cc746cc

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@ Contributors do not need to change this file but do need to add changelog detail
77
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
88
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
99

10+
## [v0.12.3]
11+
12+
### Added
13+
14+
- feat(client): add `get_block_infos` #164
15+
16+
### Changed
17+
18+
- chore(client): deprecate `get_blocks` #164
19+
- chore: use the `alloc` feature on `serde_json #168
20+
1021
## [v0.12.2]
1122

1223
### Added

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "esplora-client"
3-
version = "0.12.2"
3+
version = "0.12.3"
44
edition = "2021"
55
authors = [
66
"Alekos Filini <alekos.filini@gmail.com>",

0 commit comments

Comments
 (0)