Skip to content

v17.0.0

Compare
Choose a tag to compare
@regisb regisb released this 11 Dec 20:50
· 12 commits to release since this release
  • 💥 [Feature] Upgrade to Quince (by @jfavellar90).
  • [Improvement] Add a scriv-compliant changelog. (by @regisb)
  • [Improvement] Removing the xqueue permissions container in favor of a global single permissions container. (by @jfavellar90)
  • [Bugfix] Fix "Error: service "xqueue-job" depends on undefined service mysql: invalid compose project" - add conditional statement to check whether the mysql service is enabled or if the user is using an external mysql instance. (by @ravikhetani)
  • [Improvement] Added Typing to code, Makefile and test action to the repository and formatted code with Black and isort. (by @CodeWithEmad)