sqlsaber-sandbox 0.1.1__tar.gz → 0.2.0__tar.gz

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.
@@ -0,0 +1,15 @@
1
+ # Changelog
2
+
3
+ ## [0.2.0](https://github.com/SarthakJariwala/sqlsaber/compare/sqlsaber-sandbox-v0.1.1...sqlsaber-sandbox-v0.2.0) (2026-02-06)
4
+
5
+
6
+ ### Features
7
+
8
+ * visualization model override support via api and prompt improvements ([35a506b](https://github.com/SarthakJariwala/sqlsaber/commit/35a506b23337dd64f8f20606e7e547755eae6f21))
9
+
10
+ ## [0.1.1](https://github.com/SarthakJariwala/sqlsaber/compare/sqlsaber-sandbox-v0.1.0...sqlsaber-sandbox-v0.1.1) (2026-02-05)
11
+
12
+
13
+ ### Features
14
+
15
+ * first plugins release ([bd1a5b5](https://github.com/SarthakJariwala/sqlsaber/commit/bd1a5b5079d6eaff2a52bdf4b8812d54ea8c2783))
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: sqlsaber-sandbox
3
- Version: 0.1.1
3
+ Version: 0.2.0
4
4
  Summary: SQLsaber sandbox tool plugin
5
5
  Requires-Python: >=3.12
6
6
  Requires-Dist: cased-sandboxes>=0.5.0
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "sqlsaber-sandbox"
3
- version = "0.1.1"
3
+ version = "0.2.0"
4
4
  description = "SQLsaber sandbox tool plugin"
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.12"
@@ -3251,7 +3251,7 @@ wheels = [
3251
3251
 
3252
3252
  [[package]]
3253
3253
  name = "sqlsaber-sandbox"
3254
- version = "0.1.1"
3254
+ version = "0.2.0"
3255
3255
  source = { editable = "." }
3256
3256
  dependencies = [
3257
3257
  { name = "cased-sandboxes" },
@@ -1,8 +0,0 @@
1
- # Changelog
2
-
3
- ## [0.1.1](https://github.com/SarthakJariwala/sqlsaber/compare/sqlsaber-sandbox-v0.1.0...sqlsaber-sandbox-v0.1.1) (2026-02-05)
4
-
5
-
6
- ### Features
7
-
8
- * first plugins release ([bd1a5b5](https://github.com/SarthakJariwala/sqlsaber/commit/bd1a5b5079d6eaff2a52bdf4b8812d54ea8c2783))