This release adds explicit support for `enum`s in the type libraries and fixes a regression that was preventing parameterized functions from working correctly. Otherwise, there should be no changes in how this operates and it should be backward compatible.
What's Changed
* (feature) Enable Enums by gordonwatts in https://github.com/iris-hep/func_adl/pull/133
* (bug) Allow types for parameterized functions by gordonwatts in https://github.com/iris-hep/func_adl/pull/138
**Full Changelog**: https://github.com/iris-hep/func_adl/compare/3.2.8...3.3.0