Skip to content

Bump bech32 from 0.11.1 to 0.12.0#211

Merged
iicky merged 1 commit into
mainfrom
dependabot/cargo/bech32-0.12.0
Jun 14, 2026
Merged

Bump bech32 from 0.11.1 to 0.12.0#211
iicky merged 1 commit into
mainfrom
dependabot/cargo/bech32-0.12.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 13, 2026

Copy link
Copy Markdown
Contributor

Bumps bech32 from 0.11.1 to 0.12.0.

Changelog

Sourced from bech32's changelog.

0.12.0 - 2024-10-27

This release adds error correction.

  • Make Hrp::len function const #212
  • Remove unused argument on CheckedHrpstring::fe32_iter #235
  • Fix min/max size hint in HrpFe32Iter #253
  • Add support for error correction #203 #204 #205
  • Alternative fes_to_bytes_zeropad with no dropping of last bits #201
  • Derive Default for Fe32 #184
  • Introduce a PrintImpl object that can compute various code properties #180
  • Add a Hrp constructor from an arbitrary T: Display #196

0.11.0 - 2024-02-23

The 0.10.0 release contains API breaking changes compared to 0.10.0-beta and because of semver rules (which we adhere to) cannot be released with that version number, we had to yank it and re-do the release as 0.11.0 - sorry.

0.10.0 - 2024-02-22 - yanked

Release the new primitives module! This release is a total re-write of the crate - enjoy.

Right before doing this release we added a few API improvements to the primitives::decode module:

  • Add accessor functions to the decode types #167
  • Add CheckedHrpstring::fe32_iter function #174
  • Make a couple of the functions on CheckedHrpstring struct public #173

0.10.0-beta

Re-implement the crate level API using the new primitives module.

0.10.0-alpha

This release introduces a new primitives module that is basically a new implementation of the whole crate. We also add a segwit module but we have not yet settled on the exact new API in lib.rs, hence the alpha release.

0.9.1

0.9.0

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Jun 13, 2026
@dependabot dependabot Bot requested a review from iicky as a code owner June 13, 2026 17:22
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Jun 13, 2026
Bumps [bech32](https://github.com/rust-bitcoin/rust-bech32) from 0.11.1 to 0.12.0.
- [Changelog](https://github.com/rust-bitcoin/rust-bech32/blob/master/CHANGELOG.md)
- [Commits](rust-bitcoin/rust-bech32@bech32-0.11.1...bech32-0.12.0)

---
updated-dependencies:
- dependency-name: bech32
  dependency-version: 0.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/cargo/bech32-0.12.0 branch from 16d0d1e to de1f1c3 Compare June 14, 2026 14:26
@iicky iicky merged commit 0d2171d into main Jun 14, 2026
26 checks passed
@iicky iicky deleted the dependabot/cargo/bech32-0.12.0 branch June 14, 2026 14:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant