Skip to content

Releases: Yipit/databricks-notebook-linter

v0.2.1

17 Apr 16:23
fea5770

Choose a tag to compare

Fixed

  • != operator at the start of a line (from black/ruff-formatted expressions) was misidentified as a shell bang (!) magic command, causing entire enclosing blocks and function bodies to be incorrectly prefixed with # MAGIC

v0.2.0

06 Mar 21:40
c7ae0b5

Choose a tag to compare

Added

  • Detect and prefix dbutils.library.restartPython() calls with # MAGIC, including when nested inside conditional or loop blocks

Fixed

  • Prevent credential leaks in uv-publish.py by catching publish failures without exposing the full command (including credentials) in a traceback (e0d4f08)

Changed

  • push-release Makefile target now creates a GitHub Release with release notes extracted from CHANGELOG.md and attaches built distribution artifacts (d3c234e)
  • tag-release Makefile target now validates that a CHANGELOG.md entry exists for the target version before proceeding (bee2f90)
  • Fixed repository URLs in README.md and pyproject.toml to use the correct GitHub org name (d3c234e)

v0.1.0

06 Mar 20:37
b54e6ea

Choose a tag to compare