From 67bb2ae4bab66dab639321741d4a0baaf08f0706 Mon Sep 17 00:00:00 2001 From: "Zaiming (Stone) Shi" Date: Mon, 20 Mar 2023 16:36:42 +0100 Subject: [PATCH 1/2] chore: use base16 fork --- rebar.config | 1 + 1 file changed, 1 insertion(+) diff --git a/rebar.config b/rebar.config index 79976aa39..9deb96b20 100644 --- a/rebar.config +++ b/rebar.config @@ -39,6 +39,7 @@ {deps, [ {gpb, "4.11.2"} %% gpb only used to build, but not for release, pin it here to avoid fetching a wrong version due to rebar plugins scattered in all the deps + , {base16, {git, "https://github.com/zmstone/base16", {tag, "1.0.0"}}} , {redbug, "2.0.7"} , {covertool, {git, "https://github.com/zmstone/covertool", {tag, "2.0.4.1"}}} , {ehttpc, {git, "https://github.com/emqx/ehttpc", {tag, "0.4.4"}}} From 5e62f590a9da6cfd5f0b36d4baac8c9392b71442 Mon Sep 17 00:00:00 2001 From: "Zaiming (Stone) Shi" Date: Mon, 20 Mar 2023 16:47:17 +0100 Subject: [PATCH 2/2] chore: bump app versions --- lib-ce/emqx_dashboard/src/emqx_dashboard.app.src | 2 +- src/emqx.app.src | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib-ce/emqx_dashboard/src/emqx_dashboard.app.src b/lib-ce/emqx_dashboard/src/emqx_dashboard.app.src index ce59a046c..e63396592 100644 --- a/lib-ce/emqx_dashboard/src/emqx_dashboard.app.src +++ b/lib-ce/emqx_dashboard/src/emqx_dashboard.app.src @@ -1,6 +1,6 @@ {application, emqx_dashboard, [{description, "EMQX Web Dashboard"}, - {vsn, "4.4.15"}, % strict semver, bump manually! + {vsn, "4.4.16"}, % strict semver, bump manually! {modules, []}, {registered, [emqx_dashboard_sup]}, {applications, [kernel,stdlib,mnesia,minirest]}, diff --git a/src/emqx.app.src b/src/emqx.app.src index 715d9d554..c2b169f27 100644 --- a/src/emqx.app.src +++ b/src/emqx.app.src @@ -6,7 +6,7 @@ %% the emqx `release' version, which in turn is comprised of several %% apps, one of which is this. See `emqx_release.hrl' for more %% info. - {vsn, "4.4.16"}, % strict semver, bump manually! + {vsn, "4.4.17"}, % strict semver, bump manually! {modules, []}, {registered, []}, {applications, [ kernel