* No exception thrown in `apply_recipe` fallback
Throwing an exception here can vastly slow down plotting, as it happens frequently. Returning an error value instead, which the calling function can check, can speed up plotting 2x. An accompanying change is necessary in RecipesPipeline.jl, assuming this value is suitable.
* Bumped compat for RecipesPipeline, tentative
* Bump patch version
* Fix wrong versioning
Co-authored-by: t-bltg <tf.bltg@gmail.com>