Skip to content

Commit

Permalink
Release 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
acautin committed Mar 4, 2019
1 parent a20a180 commit bfba5af
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
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.3.0 (Release Date 04.03.2019)
======================================
* Using yarn instead of npm to manage front end dependencies
* Implemented term diff context menu
* Imem version 3.3.0

Version 3.2.0 (Release Date 18.01.2019)
======================================
* Missing adapter argument when formatting multiple sql queries. #564
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", {branch, master}}},
{imem, {git, "https://github.com/K2InformaticsGmbH/imem", {tag, "3.3.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.2.0"}, [dderl]},
{release, {dderl, "3.3.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.2.0"},
{vsn, "3.3.0"},
{registered, []},
{applications, [kernel,
stdlib,
Expand Down

0 comments on commit bfba5af

Please sign in to comment.