Skip to content

Commit

Permalink
Merge pull request #102 from clojerl/prepare-release-0.8.5
Browse files Browse the repository at this point in the history
Prepare release 0.8.5
  • Loading branch information
jfacorro authored May 9, 2021
2 parents 16285da + 036d0ac commit 8624f68
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 5 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Changelog

## [0.8.4](https://github.com/clojerl/rebar3_clojerl/tree/0.8.4)
## [0.8.5](https://github.com/clojerl/rebar3_clojerl/tree/0.8.5) (2021-05-09)

[Full Changelog](https://github.com/clojerl/rebar3_clojerl/compare/0.8.4...0.8.5)

**Merged pull requests:**

- \[\#100\] Update plugin version in templates [\#101](https://github.com/clojerl/rebar3_clojerl/pull/101) ([jfacorro](https://github.com/jfacorro))

## [0.8.4](https://github.com/clojerl/rebar3_clojerl/tree/0.8.4) (2020-08-12)

[Full Changelog](https://github.com/clojerl/rebar3_clojerl/compare/0.8.3...0.8.4)

Expand All @@ -10,7 +18,8 @@

**Merged pull requests:**

- \[\#97\] Fallback to new function to get release command options spec [\#98](https://github.com/clojerl/rebar3_clojerl/pull/98) ([jfacorro](https://github.com/jfacorro))
- Prepare release 0.8.4 [\#99](https://github.com/clojerl/rebar3_clojerl/pull/99) ([jfacorro](https://github.com/jfacorro))
- \[\#97\] Fall back to new function to get release command options spec [\#98](https://github.com/clojerl/rebar3_clojerl/pull/98) ([jfacorro](https://github.com/jfacorro))

## [0.8.3](https://github.com/clojerl/rebar3_clojerl/tree/0.8.3) (2020-07-27)

Expand Down
2 changes: 1 addition & 1 deletion priv/templates/escript.rebar.config.tpl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{erl_opts, [debug_info]}.

{deps, [{clojerl, "0.7.0"}]}.
{plugins, [{rebar3_clojerl, "0.8.4"}]}.
{plugins, [{rebar3_clojerl, "0.8.5"}]}.

{escript_incl_apps, [{{name}}]}.
{escript_main_app, {{name}}}.
Expand Down
2 changes: 1 addition & 1 deletion priv/templates/rebar.config.tpl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{erl_opts, [debug_info]}.

{deps, [{clojerl, "0.7.0"}]}.
{plugins, [{rebar3_clojerl, "0.8.4"}]}.
{plugins, [{rebar3_clojerl, "0.8.5"}]}.
2 changes: 1 addition & 1 deletion priv/templates/release.rebar.config.tpl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{erl_opts, [debug_info]}.

{deps, [{clojerl, "0.7.0"}]}.
{plugins, [{rebar3_clojerl, "0.8.4"}]}.
{plugins, [{rebar3_clojerl, "0.8.5"}]}.

{relx, [ { release
, {{{name}}, "0.1.0"}
Expand Down

0 comments on commit 8624f68

Please sign in to comment.