Skip to content

Commit 17132a7

Browse files
authored
chore: release v0.5.1 (#30)
## 🤖 New release * `bindgen_helpers`: 0.5.0 -> 0.5.1 (✓ API compatible changes) <details><summary><i><b>Changelog</b></i></summary><p> <blockquote> ## [0.5.1](v0.5.0...v0.5.1) - 2025-10-01 ### Other - use automatic crates.io token - add more linting - *(just)* minor justfile cleanup - *(ci)* improve cargo-install recipe - *(ci)* disable telemetry in workflow - improve get-create-field in justfile - Bump actions/checkout from 4 to 5 in the all-actions-version-updates group ([#31](#31)) - *(ci)* format dependabot.yml - [pre-commit.ci] pre-commit autoupdate ([#28](#28)) - *(ci)* do not fail ci on codecov - *(ci)* update ci - format Cargo.toml ([#29](#29)) </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/release-plz/release-plz/).
1 parent dae564c commit 17132a7

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.5.1](https://github.com/nyurik/bindgen_helpers/compare/v0.5.0...v0.5.1) - 2025-10-01
11+
12+
### Other
13+
14+
- use automatic crates.io token
15+
- add more linting
16+
- *(just)* minor justfile cleanup
17+
- *(ci)* improve cargo-install recipe
18+
- *(ci)* disable telemetry in workflow
19+
- improve get-create-field in justfile
20+
- Bump actions/checkout from 4 to 5 in the all-actions-version-updates group ([#31](https://github.com/nyurik/bindgen_helpers/pull/31))
21+
- *(ci)* format dependabot.yml
22+
- [pre-commit.ci] pre-commit autoupdate ([#28](https://github.com/nyurik/bindgen_helpers/pull/28))
23+
- *(ci)* do not fail ci on codecov
24+
- *(ci)* update ci
25+
- format Cargo.toml ([#29](https://github.com/nyurik/bindgen_helpers/pull/29))
26+
1027
## [0.4.6](https://github.com/nyurik/bindgen_helpers/compare/v0.4.5...v0.4.6) - 2025-06-11
1128

1229
### Other

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bindgen_helpers"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
description = "Utilities to rename, change case, and fix Rust code generated by bindgen from C headers"
55
authors = ["Yuri Astrakhan <YuriAstrakhan@gmail.com>"]
66
repository = "https://github.com/nyurik/bindgen_helpers"

0 commit comments

Comments
 (0)