You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by vi...@apache.org on 2021/02/25 06:54:33 UTC

[superset] branch 0.38 updated (53b65e9 -> 9d16c48)

This is an automated email from the ASF dual-hosted git repository.

villebro pushed a change to branch 0.38
in repository https://gitbox.apache.org/repos/asf/superset.git.


    omit 53b65e9  update changelog and version number
     new 9d16c48  update changelog and version number

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (53b65e9)
            \
             N -- N -- N   refs/heads/0.38 (9d16c48)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGELOG.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


[superset] 01/01: update changelog and version number

Posted by vi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

villebro pushed a commit to branch 0.38
in repository https://gitbox.apache.org/repos/asf/superset.git

commit 9d16c488fa4a6d4f2769e0cfd8170c6f45e0dd9b
Author: Ville Brofeldt <vi...@gmail.com>
AuthorDate: Thu Feb 25 08:52:05 2021 +0200

    update changelog and version number
---
 CHANGELOG.md                   | 3 +++
 superset-frontend/package.json | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2a16770..7f1bdfb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -18,6 +18,9 @@ under the License.
 -->
 ## Change Log
 
+### 0.38.1 (Wed Feb 25 06:48:35 2021 +00:00)
+- [#11340](https://github.com/apache/superset/pull/11340) feat: adding feature flags to escape/hide html in markdown (#11340)
+
 ### 0.38.0 (Mon Nov 17 07:23:54 2020 +00:00)
 - [#11724](https://github.com/apache/incubator-superset/pull/11724) fix: prior npm font source had a glitch (#11724) (@rusackas)
 - [#11718](https://github.com/apache/incubator-superset/pull/11718) refactor: Load fonts from packages rather than local binaries (#11718) (@rusackas)
diff --git a/superset-frontend/package.json b/superset-frontend/package.json
index 9eecb75..efab814 100644
--- a/superset-frontend/package.json
+++ b/superset-frontend/package.json
@@ -1,6 +1,6 @@
 {
   "name": "superset",
-  "version": "0.38.0",
+  "version": "0.38.1",
   "description": "Superset is a data exploration platform designed to be visual, intuitive, and interactive.",
   "license": "Apache-2.0",
   "directories": {