coala v0.8.1 Release Notes

Release Date: 2016-09-04 // over 7 years ago
  • coala 0.8.1

    🛠 This bugfix release addressed the following issues:

    • The cache will be correctly invalidated when changing section targets now.
      (#2708)
    • Dependencies are resolved before asking the user for needed values. This will
      only affect custom bears that have dependencies that require settings.
      (#2709)
    • ⚡️ PyPrint was updated from 0.2.4 to 0.2.5.
    • PipRequirement uses sys.executable instead of hardcoded python. This will
      only affect coala or bear developers.