mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-08-31 04:09:40 +02:00
So this allows people to alter the APIs for their plugins and allows plugins to verify the API is compatible with the one they expect. It adds a version property to Plugin classes, and has a SemVer checking method which can be called from other plugins to verify a plugin against a particular version.