We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9640aee commit fa3f794Copy full SHA for fa3f794
CHANGELOG.md
@@ -1,5 +1,9 @@
1
## Change Log
2
3
+## 0.2.2 - 2024-10-10
4
+
5
+* add ImportDashboardAcrossEnvironments class for transfering between superset environments
6
7
## 0.2.1 - 2024-09-17
8
9
* add Superset::Database::Export class for exporting database configurations
lib/superset/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Superset
- VERSION = "0.2.1"
+ VERSION = "0.2.2"
end
0 commit comments