Releases: Yipit/databricks-notebook-linter
Releases · Yipit/databricks-notebook-linter
v0.2.1
v0.2.0
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.pyby catching publish failures without exposing the full command (including credentials) in a traceback (e0d4f08)
Changed
push-releaseMakefile target now creates a GitHub Release with release notes extracted fromCHANGELOG.mdand attaches built distribution artifacts (d3c234e)tag-releaseMakefile target now validates that aCHANGELOG.mdentry exists for the target version before proceeding (bee2f90)- Fixed repository URLs in
README.mdandpyproject.tomlto use the correct GitHub org name (d3c234e)