Skip to content

v2.3.0

Compare
Choose a tag to compare
@jakeberesford-palmetto jakeberesford-palmetto released this 28 Mar 21:06
· 147 commits to develop since this release

Features:

  • Override command The new palm override command makes it easy to change the functionality of core or plugin commands in your project.
  • git repo added to palm config Developers can now access the pygit2 Repository via the context.obj.palm.config - this can be helpful when implementing commands that use git or need data from the repo.

Improvements

  • Startup speed changed the implementation of checking docker-compose is installed, this fixes intermittent slowdowns on startup
  • Dependency upgrades: Click updated to v8.1 and up, Black updated to v22.3.0