Skip to content

chore(release): bump version to 0.12.1#132

Merged
ValuedMammal merged 3 commits intobitcoindevkit:masterfrom
oleonardolima:release/bump-version-to-0.12.1
Jul 30, 2025
Merged

chore(release): bump version to 0.12.1#132
ValuedMammal merged 3 commits intobitcoindevkit:masterfrom
oleonardolima:release/bump-version-to-0.12.1

Conversation

@oleonardolima
Copy link
Collaborator

@oleonardolima oleonardolima commented Jul 29, 2025

fixes #131

  • chore(release): bump the crate version to 0.12.1
  • fix(ci): pin socket2 to 0.5.10
  • fix(ci): pin webpki-roots 1.0.2 to 1.0.1

--

NOTE:

  • it's required to pin socket2 to 0.5.10 in order to fix MSRV CI, the 0.6.0 is being pulled by hyper-util 0.1.16.
  • it's required to pin webpki-roots from 1.0.2 to 1.0.1 in order to fix MSRV CI,
    the 1.0.2 is being pulled by webpki-roots 0.26.11 which is used by
    reqwest.

@coveralls
Copy link

coveralls commented Jul 29, 2025

Pull Request Test Coverage Report for Build 16610727105

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 86.919%

Totals Coverage Status
Change from base Build 16269444601: 0.0%
Covered Lines: 1010
Relevant Lines: 1162

💛 - Coveralls

- it's required to pin to `0.5.10` in order to fix MSRV CI, the `0.6.0`
  is being pulled by `hyper-util 0.1.16`.
- it's required to pin from `1.0.2` to `1.0.1` in order to fix MSRV CI,
  the `1.0.2` is being pulled by `webpki-roots 0.26.11` which is used by
`reqwest`.
Copy link
Member

@notmandatory notmandatory left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK 008ea5b

@ValuedMammal
Copy link
Contributor

ACK 008ea5b

@ValuedMammal ValuedMammal merged commit 5740ceb into bitcoindevkit:master Jul 30, 2025
25 checks passed
chrono-raven6i90 added a commit to chrono-raven6i90/rust-esplora-client that referenced this pull request Oct 28, 2025
…sion to `0.12.1`

008ea5b9ec247894216c2c36f81b808f4ebfee27 fix(ci): pin `webpki-roots` `1.0.2` to `1.0.1` (Leonardo Lima)
a29eb5c78644f85da2e95edc781dd87eb66489c1 fix(ci): pin `socket2` to `0.5.10` (Leonardo Lima)
5bdd0f2fc292362c6e4e864f3ceed6cd8511a73c chore(release): bump version to `0.12.1` (Leonardo Lima)

Pull request description:

  fixes #131

  - chore(release): bump the crate version to `0.12.1`
  - fix(ci): pin `socket2` to `0.5.10`
  - fix(ci): pin `webpki-roots` `1.0.2` to `1.0.1`

  --

  NOTE:
    - it's required to pin `socket2` to `0.5.10` in order to fix MSRV CI, the `0.6.0` is being pulled by `hyper-util 0.1.16`.
    - it's required to pin `webpki-roots` from `1.0.2` to `1.0.1` in order to fix MSRV CI,
        the `1.0.2` is being pulled by `webpki-roots 0.26.11` which is used by
      `reqwest`.

ACKs for top commit:
  ValuedMammal:
    ACK 008ea5b9ec247894216c2c36f81b808f4ebfee27
  notmandatory:
    ACK 008ea5b9ec247894216c2c36f81b808f4ebfee27

Tree-SHA512: 084e7eca9b2878c6b8e65884ae8b46897a0db9c9fa523d070fd119ab83ab9cb60e7dd7ee01e80abb7616708f23752e371dbbe350c18af38d0470672b90a27e5f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

release: esplora-client 0.12.1

4 participants