Skip to content

Commit ddd35ee

Browse files
committed
Merge #167: chore(release): bump package to 0.12.3
184429b chore(release): bump package to 0.12.3 (Luis Schwab) Pull request description: Closes #166. This PR bumps the package version to `v0.12.3` and updates the `CHANGELOG.md`. ACKs for top commit: oleonardolima: ACK 184429b Tree-SHA512: 7412726a44a3d714ceed9c8aa2d0bbbc5d6ff8467652f60e10573abed6bc0824b07d8298d7c96fb4ab6f816779e6d263f12370dfbd182ae14d505a3ad0107259
2 parents 963c856 + 184429b commit ddd35ee

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)