Skip to content

Commit 8624f68

Browse files
authored
Merge pull request #102 from clojerl/prepare-release-0.8.5
Prepare release 0.8.5
2 parents 16285da + 036d0ac commit 8624f68

File tree

4 files changed

+14
-5
lines changed

4 files changed

+14
-5
lines changed

CHANGELOG.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# Changelog
22

3-
## [0.8.4](https://github.com/clojerl/rebar3_clojerl/tree/0.8.4)
3+
## [0.8.5](https://github.com/clojerl/rebar3_clojerl/tree/0.8.5) (2021-05-09)
4+
5+
[Full Changelog](https://github.com/clojerl/rebar3_clojerl/compare/0.8.4...0.8.5)
6+
7+
**Merged pull requests:**
8+
9+
- \[\#100\] Update plugin version in templates [\#101](https://github.com/clojerl/rebar3_clojerl/pull/101) ([jfacorro](https://github.com/jfacorro))
10+
11+
## [0.8.4](https://github.com/clojerl/rebar3_clojerl/tree/0.8.4) (2020-08-12)
412

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

@@ -10,7 +18,8 @@
1018

1119
**Merged pull requests:**
1220

13-
- \[\#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))
21+
- Prepare release 0.8.4 [\#99](https://github.com/clojerl/rebar3_clojerl/pull/99) ([jfacorro](https://github.com/jfacorro))
22+
- \[\#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))
1423

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

priv/templates/escript.rebar.config.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{erl_opts, [debug_info]}.
22

33
{deps, [{clojerl, "0.7.0"}]}.
4-
{plugins, [{rebar3_clojerl, "0.8.4"}]}.
4+
{plugins, [{rebar3_clojerl, "0.8.5"}]}.
55

66
{escript_incl_apps, [{{name}}]}.
77
{escript_main_app, {{name}}}.

priv/templates/rebar.config.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{erl_opts, [debug_info]}.
22

33
{deps, [{clojerl, "0.7.0"}]}.
4-
{plugins, [{rebar3_clojerl, "0.8.4"}]}.
4+
{plugins, [{rebar3_clojerl, "0.8.5"}]}.

priv/templates/release.rebar.config.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{erl_opts, [debug_info]}.
22

33
{deps, [{clojerl, "0.7.0"}]}.
4-
{plugins, [{rebar3_clojerl, "0.8.4"}]}.
4+
{plugins, [{rebar3_clojerl, "0.8.5"}]}.
55

66
{relx, [ { release
77
, {{{name}}, "0.1.0"}

0 commit comments

Comments
 (0)