Skip to content

Commit 618f416

Browse files
authored
Merge pull request #63 from uncoverthestack/create-tag-0.1.3
chore: use tag v0.1.3
2 parents 4d4dcf4 + e09c6b7 commit 618f416

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,16 @@
22

33
All notable changes to the **Databricks Bundle Inspector** extension are documented in this file.
44

5-
## [0.1.2] - 2026-05-27
5+
## [0.1.3] - 2026-05-27
66

77
### Fixed
88

99
- **Parameter precedence corrected**: job parameters now correctly take precedence over task `base_parameters` when computing effective parameter values in the graph, matching Databricks runtime behaviour. Previously, task `base_parameters` were incorrectly overriding job parameters with the same key. This fixes this [issue](https://github.com/uncoverthestack/databricks-bundle-inspector/issues/59)
1010

11+
## [0.1.2] - skipped
12+
13+
Tag `v0.1.2` was tombstoned by GitHub after being created under a tag immutability rule and subsequently deleted. GitHub permanently prevents recreation of tag names that were deleted under such a rule, making `v0.1.2` unpublishable. Skipped in favour of `v0.1.3`.
14+
1115
## [0.1.1] - 2026-05-04
1216

1317
### Changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ The extension runs `databricks bundle validate --output json` to resolve your bu
4545

4646
## Project status
4747

48-
Version 0.1.2. Active development. Feedback, bug reports, and feature requests are welcome on the [issue tracker](https://github.com/uncoverthestack/databricks-bundle-inspector/issues).
48+
Version 0.1.3. Active development. Feedback, bug reports, and feature requests are welcome on the [issue tracker](https://github.com/uncoverthestack/databricks-bundle-inspector/issues).
4949

5050
## License
5151

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "databricks-bundle-inspector",
33
"displayName": "Databricks Bundle Inspector",
44
"description": "Inspect and visualize Databricks bundle structure",
5-
"version": "0.1.2",
5+
"version": "0.1.3",
66
"publisher": "UncoverTheStack",
77
"icon": "resources/dark/logo.png",
88
"license": "Apache-2.0",

0 commit comments

Comments
 (0)