sonda 0.10.2 → 0.11.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.11.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 5609a40: Add a new "File connections" page that visualizes build dependencies as an interactive graph.
8
+ - a1b7c32: Add column sorting to tables on Assets and Inputs pages.
9
+
10
+ ### Patch Changes
11
+
12
+ - c99a784: Fix dependency tree path resolution on the Input Details page so connection graphs render more reliably.
13
+
3
14
  ## 0.10.2
4
15
 
5
16
  ### Patch Changes