kpfleming / jinjanator

Jinja2 Command-Line Tool, reworked, again
BSD 2-Clause "Simplified" License
65 stars 4 forks source link

Plugin API should be versioned #12

Closed kpfleming closed 1 year ago

kpfleming commented 1 year ago

The plugin API needs to have its own versioning scheme, so that this tool (and plugins) can express dependencies on specific versions (or version ranges).

This will also allow for breaking changes to be made it the API without breaking existing installations of the tool or plugins.