Skip to content

Commit

Permalink
Release 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shamis committed Apr 18, 2019
1 parent 27441f4 commit 7c544b2
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
6 changes: 6 additions & 0 deletions docs/DDERL-CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -73,7 +73,7 @@
]}.

{relx, [
{release, {dderl, "3.3.1"}, [dderl]},
{release, {dderl, "3.4.0"}, [dderl]},

{dev_mode, true},
{extended_start_script, true},
Expand Down
2 changes: 1 addition & 1 deletion src/dderl.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 7c544b2

Please sign in to comment.