v1.3.0
What's Changed
- adding support for python_builtin, buffer_protocol, module_local_namespace, custom_shared and trampoline_member_function_binder options
- add support for operators ~ | & ^ << >> |= &= ^= <<= >>=
- adding support for --include-pybind11-stl option
- deprecating plus_plus and minus_minus bindings in favor of pre/post increment/decrement
- other improvements
New Contributors
- @jwuttke made their first contribution in #184
- @zwimer made their first contribution in #196
- @chrkr made their first contribution in #205
- @kkrissian-gpfw made their first contribution in #222
- @kliegeois made their first contribution in #217
Full Changelog: v1.2.0...v1.3.0