File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.5.2] ( https://github.com/nyurik/bindgen_helpers/compare/v0.5.1...v0.5.2 ) - 2025-12-01
11+
12+ ### Other
13+
14+ - minor justfile adjustments
15+ - * (deps)* bump actions/checkout from 5 to 6 in the all-actions-version-updates group ([ #33 ] ( https://github.com/nyurik/bindgen_helpers/pull/33 ) )
16+ - address new clippy lints
17+ - minor justfile adjustments
18+
1019## [ 0.5.1] ( https://github.com/nyurik/bindgen_helpers/compare/v0.5.0...v0.5.1 ) - 2025-10-01
1120
1221### Other
Original file line number Diff line number Diff line change 11[package ]
22name = " bindgen_helpers"
3- version = " 0.5.1 "
3+ version = " 0.5.2 "
44description = " Utilities to rename, change case, and fix Rust code generated by bindgen from C headers"
55authors = [" Yuri Astrakhan <YuriAstrakhan@gmail.com>" ]
66repository = " https://github.com/nyurik/bindgen_helpers"
You can’t perform that action at this time.
0 commit comments