Skip to content

Nedryglot 2.0.0

Compare
Choose a tag to compare
@sakarias88 sakarias88 released this 07 Nov 13:23
· 37 commits to main since this release
2.0.0
586fb71

[2.0.0] - 2023-11-07

Added

  • build shell command for python.

Fixed

  • Terraform deploy will now exit with non-zero exit code if deploy failed.
  • Give pylint a $HOME so it won't complain when writing cache and stats.

Changed

  • Nedryglot now requires version 9.0.0 of nedryland or higher.
  • Python linting tools now combines their configs during runtime instead of build time.
  • Rust components now only uses vendored dependencies. Dependencies
    can be vendored with the fetchCrate function. Refer to the docs
    for more information.