Skip to content

Commit 07fdbb7

Browse files
committed
ups version
1 parent c91014e commit 07fdbb7

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
## Change Log
22

3+
## 0.1.5 - 2024-05-10
4+
5+
* add multi config for multi env creds https://github.com/rdytech/superset-client/pull/22
6+
* add endpoint for sqllab/execute https://github.com/rdytech/superset-client/pull/22
7+
* add endpoint for database/list https://github.com/rdytech/superset-client/pull/22
8+
* add delete cascade endpoint by @jbat in https://github.com/rdytech/superset-client/pull/21
9+
10+
## 0.1.4 - 2024-05-01
11+
12+
* Filter dashboards by array of tags by @jbat in https://github.com/rdytech/superset-client/pull/20
13+
* adds endpoints for Delete of dashboards, charts, datasets @jbat in https://github.com/rdytech/superset-client/pull/20
14+
* adds endpoints for BulkDelete of dashboards, charts, datasets @jbat in https://github.com/rdytech/superset-client/pull/20
15+
316
## 0.1.3 - 2024-04-23
417

518
* duplicate dashboard should also create embedded setting by @jbat in https://github.com/rdytech/superset-client/pull/14

lib/superset/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Superset
4-
VERSION = "0.1.4"
4+
VERSION = "0.1.5"
55
end

0 commit comments

Comments
 (0)