summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorEmilio Cobos Álvarez <emilio@crisal.io>2020-11-13 20:22:27 +0100
committerEmilio Cobos Álvarez <emilio@crisal.io>2020-11-13 20:22:27 +0100
commitba4312f7457ec196a8291b4fdc70f2d174ccfe17 (patch)
tree286715399ec131bf304d1457ee5b5778ebc1897a /README.md
parent727dc6308b71562f3bf67024b30c2ec4d06e4c9c (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.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index bd687858..e1ad557e 100644
--- a/README.md
+++ b/README.md
@@ -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)