diff --git a/CHANGELOG.md b/CHANGELOG.md index fafea66..55f1a4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.5.2](https://github.com/nyurik/bindgen_helpers/compare/v0.5.1...v0.5.2) - 2025-12-01 + +### Other + +- add .editorconfig +- minor justfile adjustments +- *(deps)* bump actions/checkout from 5 to 6 in the all-actions-version-updates group ([#33](https://github.com/nyurik/bindgen_helpers/pull/33)) +- address new clippy lints +- minor justfile adjustments + ## [0.5.1](https://github.com/nyurik/bindgen_helpers/compare/v0.5.0...v0.5.1) - 2025-10-01 ### Other diff --git a/Cargo.toml b/Cargo.toml index b08be88..702124f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bindgen_helpers" -version = "0.5.1" +version = "0.5.2" description = "Utilities to rename, change case, and fix Rust code generated by bindgen from C headers" authors = ["Yuri Astrakhan "] repository = "https://github.com/nyurik/bindgen_helpers"