diff options
author | Emilio Cobos Álvarez <emilio@crisal.io> | 2020-11-13 20:22:27 +0100 |
---|---|---|
committer | Emilio Cobos Álvarez <emilio@crisal.io> | 2020-11-13 20:22:27 +0100 |
commit | ba4312f7457ec196a8291b4fdc70f2d174ccfe17 (patch) | |
tree | 286715399ec131bf304d1457ee5b5778ebc1897a /README.md | |
parent | 727dc6308b71562f3bf67024b30c2ec4d06e4c9c (diff) |
Document that people can request releases
(and I'd be more than happy to make them happen :))
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -65,6 +65,11 @@ Additionally, `bindgen` uses `libclang` to parse C and C++ header files. To modify how `bindgen` searches for `libclang`, see the [`clang-sys` documentation][clang-sys-env]. For more details on how `bindgen` uses `libclang`, see the [`bindgen` users guide][bindgen-book-clang]. +## Releases + +We don't follow a specific release calendar, but if you need a release please +file an issue requesting that (ping `@emilio` for increased effectiveness). + ## Contributing [See `CONTRIBUTING.md` for hacking on `bindgen`!](./CONTRIBUTING.md) |