Skip to content

Commit 55e1e3c

Browse files
committed
chore: bump version to 0.19.0 for release
1 parent 64a6a84 commit 55e1e3c

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.19.0] - 2026-04-04
11+
1012
### Changed
1113

1214
- CFFI writer default output extension changed from `.py` to `.cdef.txt` (output is C declarations, not Python)
15+
- CFFI writer `hash_comment_format` now uses C89-compatible `/* */` comments instead of `#`
1316

1417
## [0.18.0] - 2026-04-04
1518

@@ -523,7 +526,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
523526
- Pre-commit hooks for ruff, mypy, and standard checks
524527
- LLVM license compliance for vendored bindings
525528

526-
[Unreleased]: https://github.com/axiomantic/headerkit/compare/v0.18.0...HEAD
529+
[Unreleased]: https://github.com/axiomantic/headerkit/compare/v0.19.0...HEAD
530+
[0.19.0]: https://github.com/axiomantic/headerkit/compare/v0.18.0...v0.19.0
527531
[0.18.0]: https://github.com/axiomantic/headerkit/compare/v0.17.0...v0.18.0
528532
[0.17.0]: https://github.com/axiomantic/headerkit/compare/v0.16.1...v0.17.0
529533
[0.16.1]: https://github.com/axiomantic/headerkit/compare/v0.16.0...v0.16.1

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "headerkit"
7-
version = "0.18.0"
7+
version = "0.19.0"
88
description = "C/C++ header analysis toolkit with pluggable backends and writers for ctypes, Cython, CFFI, LuaJIT FFI, and more"
99
readme = "README.md"
1010
license = "MIT AND Apache-2.0 WITH LLVM-exception"

0 commit comments

Comments
 (0)