Skip to content

Releases: ogreyesp/dvc-databricks

v1.3.0

06 Apr 10:55

Choose a tag to compare

v1.3.0 (2026-04-06)

Features

  • Remove CLI — standard DVC commands handle all use cases natively (df86c40)

  • Remove CLI — standard DVC commands handle all use cases natively (4be1c6a)


Detailed Changes: v1.2.5...v1.3.0

v1.2.5

04 Apr 18:59

Choose a tag to compare

v1.2.5 (2026-04-04)

Bug Fixes

  • Skip git-ignored files during add instead of crashing (09f8b1e)

Chores

  • Add uv.lock to .gitignore (5dc71e0)

Detailed Changes: v1.2.4...v1.2.5

v1.2.4

04 Apr 18:48

Choose a tag to compare

v1.2.4 (2026-04-04)

Bug Fixes

  • Exclude dotfiles like .DS_Store by matching full name when suffix is empty (4769e0f)

Continuous Integration

  • Detect new release by comparing git tags instead of using --print (b56e8c5)

Documentation

  • Fix Python version requirement (3.11) and README grammar (40f588b)

Detailed Changes: v1.2.3...v1.2.4

v1.2.3

04 Apr 17:58

Choose a tag to compare

v1.2.3 (2026-04-04)

Bug Fixes

  • Correctly run semantic-release version after print check (74dfc0b)

  • Delete directory after recursive rm to avoid leaving empty dirs on Volume (5e35100)

Continuous Integration

  • Fix docs deployment using workflow_run instead of tag push (4811bfe)

  • Fix docs skip and spurious PyPI upload on no-op releases (7b62f74)


Detailed Changes: v1.2.2...v1.2.3

v1.0.4

03 Apr 18:03

Choose a tag to compare

v1.0.4 (2026-04-03)

Bug Fixes

  • Convert Databricks NotFound error to FileNotFoundError in _open (64586c8)

Detailed Changes: v1.0.3...v1.0.4