Skip to content

Commit de1c82f

Browse files
authored
chore: release v0.5.2
1 parent 725efd2 commit de1c82f

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ 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+
- add .editorconfig
15+
- minor justfile adjustments
16+
- *(deps)* bump actions/checkout from 5 to 6 in the all-actions-version-updates group ([#33](https://github.com/nyurik/bindgen_helpers/pull/33))
17+
- address new clippy lints
18+
- minor justfile adjustments
19+
1020
## [0.5.1](https://github.com/nyurik/bindgen_helpers/compare/v0.5.0...v0.5.1) - 2025-10-01
1121

1222
### 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.1"
3+
version = "0.5.2"
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)