* ``bzr plugins`` now lists the version number for each plugin in square brackets after the path. (Robert Collins, #125421) * ``bzrlib.plugin.all_plugins`` has been deprecated in favour of ``bzrlib.plugin.plugins()`` which returns PlugIn objects that provide useful functionality for determining the path of a plugin, its tests, and its version information. (Robert Collins)