From 7c544b240b32c52d2d972fb14ddc3532e6be135d Mon Sep 17 00:00:00 2001 From: Shamis Shukoor Date: Thu, 18 Apr 2019 18:51:35 +0200 Subject: [PATCH] Release 3.4.0 --- README.md | 2 +- docs/DDERL-CHANGELOG.md | 6 ++++++ rebar.config | 4 ++-- src/dderl.app.src | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 60b35d7f..8b1ab1a8 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ dderl ![GitHub](https://img.shields.io/github/license/K2InformaticsGmbH/dderl.svg) ![GitHub release](https://img.shields.io/github/release/K2InformaticsGmbH/dderl.svg) ![GitHub Release Date](https://img.shields.io/github/release-date/K2InformaticsGmbH/dderl.svg) -![GitHub commits since latest release](https://img.shields.io/github/commits-since/K2InformaticsGmbH/dderl/3.3.1.svg) +![GitHub commits since latest release](https://img.shields.io/github/commits-since/K2InformaticsGmbH/dderl/3.4.0.svg) WEB DataBase Browser Application. diff --git a/docs/DDERL-CHANGELOG.md b/docs/DDERL-CHANGELOG.md index 77c936a1..a115c6ad 100644 --- a/docs/DDERL-CHANGELOG.md +++ b/docs/DDERL-CHANGELOG.md @@ -3,6 +3,12 @@ Application dderl Release history with new or improved features and bugfixes +Version 3.4.0 (Release Date 18.04.2019) +====================================== +* Imem version 3.4.0 +* Git source diff functionality +* http interface in imem_client + Version 3.3.2 (Release Date 20.03.2019) ====================================== * Imem version 3.3.2 diff --git a/rebar.config b/rebar.config index 2669a86c..c172a51d 100644 --- a/rebar.config +++ b/rebar.config @@ -40,7 +40,7 @@ {erlimem, {git, "https://github.com/K2InformaticsGmbH/erlimem", {tag, "2.0.0"}}}, {erloci, {git, "https://github.com/K2InformaticsGmbH/erloci", {tag, "0.1.3"}}}, {esaml, {git, "https://github.com/K2InformaticsGmbH/esaml", {tag, "2.2.0"}}}, - {imem, {git, "https://github.com/K2InformaticsGmbH/imem", {tag, "3.3.2"}}}, + {imem, {git, "https://github.com/K2InformaticsGmbH/imem", {tag, "3.4.0"}}}, {ranch, {git, "https://github.com/K2InformaticsGmbH/ranch", {tag, "1.5.0"}}}, % hidden dependency within cowboy/cowlib (must be manually fetched) @@ -73,7 +73,7 @@ ]}. {relx, [ - {release, {dderl, "3.3.1"}, [dderl]}, + {release, {dderl, "3.4.0"}, [dderl]}, {dev_mode, true}, {extended_start_script, true}, diff --git a/src/dderl.app.src b/src/dderl.app.src index 6da06489..71e95d29 100644 --- a/src/dderl.app.src +++ b/src/dderl.app.src @@ -3,7 +3,7 @@ {application, dderl, [ {description, "Web based tool for exploring databases"}, - {vsn, "3.3.2"}, + {vsn, "3.4.0"}, {registered, []}, {applications, [kernel, stdlib,