Skip to content

Commit 137ffde

Browse files
Fix v0.293.0 changelog and bump NEXT_CHANGELOG to v0.294.0 (#4717)
## Summary - Update the v0.293.0 changelog entry to note it is identical to v0.292.0 (released off the same commit due to a pipeline issue). - Bump `NEXT_CHANGELOG.md` from v0.293.0 to v0.294.0 so the next tagging workflow produces the correct version. ## Test plan - [x] Verified `tagging.py` flow: `find_pending_tags()` returns empty (v0.293.0 tag exists), `get_next_tag_info()` reads v0.294.0, no collisions. This pull request was AI-assisted by Isaac. Co-authored-by: simon <simon.faltum@databricks.com>
1 parent 5687f25 commit 137ffde

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# Version changelog
22

3-
## Release v0.293.0 (2026-03-06)
3+
## Release v0.293.0 (2026-03-12)
44

5-
### Bundles
6-
* direct: fix drift detection for jobs with >100 tasks by paginating all tasks when reading job state ([#4675](https://github.com/databricks/cli/pull/4675))
5+
⚠️ v0.293.0 (2026-03-12) is the same as v0.292.0 (2026-03-05) ⚠️
6+
7+
An issue in our release pipeline caused v0.293.0 to be released off the same Git commit as v0.292.0.
78

89

910
## Release v0.292.0 (2026-03-05)

NEXT_CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# NEXT CHANGELOG
22

3-
## Release v0.293.0
3+
## Release v0.294.0
44

55
### CLI
66

0 commit comments

Comments
 (0)