|
1 | 1 | # Changelog |
2 | 2 |
|
3 | | -## [0.7.0](https://github.com/clojerl/rebar3_clojerl/tree/0.7.0) |
| 3 | +## [0.8.0](https://github.com/clojerl/rebar3_clojerl/tree/0.8.0) |
| 4 | + |
| 5 | +[Full Changelog](https://github.com/clojerl/rebar3_clojerl/compare/0.7.0...0.8.0) |
| 6 | + |
| 7 | +**Implemented enhancements:** |
| 8 | + |
| 9 | +- Include stacktrace on error [\#75](https://github.com/clojerl/rebar3_clojerl/issues/75) |
| 10 | +- Add escriptize command [\#67](https://github.com/clojerl/rebar3_clojerl/issues/67) |
| 11 | +- Create template for creating escripts [\#63](https://github.com/clojerl/rebar3_clojerl/issues/63) |
| 12 | + |
| 13 | +**Fixed bugs:** |
| 14 | + |
| 15 | +- Run command fails with more than one argument [\#73](https://github.com/clojerl/rebar3_clojerl/issues/73) |
| 16 | +- repl command crashes on first compilation on OTP 19 [\#72](https://github.com/clojerl/rebar3_clojerl/issues/72) |
| 17 | + |
| 18 | +**Closed issues:** |
| 19 | + |
| 20 | +- Release support? [\#79](https://github.com/clojerl/rebar3_clojerl/issues/79) |
| 21 | +- Generate .app.src from project.clj [\#10](https://github.com/clojerl/rebar3_clojerl/issues/10) |
| 22 | + |
| 23 | +**Merged pull requests:** |
| 24 | + |
| 25 | +- \[\#79\] Release template and command [\#80](https://github.com/clojerl/rebar3_clojerl/pull/80) ([jfacorro](https://github.com/jfacorro)) |
| 26 | +- \[\#63\] escript template [\#78](https://github.com/clojerl/rebar3_clojerl/pull/78) ([jfacorro](https://github.com/jfacorro)) |
| 27 | +- \[\#67\] Add escriptize command [\#77](https://github.com/clojerl/rebar3_clojerl/pull/77) ([jfacorro](https://github.com/jfacorro)) |
| 28 | +- \[\#75\] Include stacktrace on compile error [\#76](https://github.com/clojerl/rebar3_clojerl/pull/76) ([jfacorro](https://github.com/jfacorro)) |
| 29 | +- \[\#73\] Resolve var and then apply the arguments [\#74](https://github.com/clojerl/rebar3_clojerl/pull/74) ([jfacorro](https://github.com/jfacorro)) |
| 30 | + |
| 31 | +## [0.7.0](https://github.com/clojerl/rebar3_clojerl/tree/0.7.0) (2020-03-22) |
4 | 32 |
|
5 | 33 | [Full Changelog](https://github.com/clojerl/rebar3_clojerl/compare/0.6.8...0.7.0) |
6 | 34 |
|
|
15 | 43 |
|
16 | 44 | **Merged pull requests:** |
17 | 45 |
|
| 46 | +- Prepare release 0.7.0 [\#71](https://github.com/clojerl/rebar3_clojerl/pull/71) ([jfacorro](https://github.com/jfacorro)) |
18 | 47 | - \[\#69\] Restart clojerl before starting the REPL when clje.user doesn't refer vars from clojure.core [\#70](https://github.com/clojerl/rebar3_clojerl/pull/70) ([jfacorro](https://github.com/jfacorro)) |
19 | 48 | - \[\#65\] Add run command [\#66](https://github.com/clojerl/rebar3_clojerl/pull/66) ([jfacorro](https://github.com/jfacorro)) |
20 | 49 | - Renamed compile\_file to file [\#64](https://github.com/clojerl/rebar3_clojerl/pull/64) ([jfacorro](https://github.com/jfacorro)) |
|
183 | 212 | **Merged pull requests:** |
184 | 213 |
|
185 | 214 | - \[Closes \#18\] Define \*compile-protocols-path\* as the current project's ebin directory [\#19](https://github.com/clojerl/rebar3_clojerl/pull/19) ([jfacorro](https://github.com/jfacorro)) |
186 | | -- Use clj\_utils:stacktrace/1 [\#17](https://github.com/clojerl/rebar3_clojerl/pull/17) ([jfacorro](https://github.com/jfacorro)) |
187 | 215 |
|
188 | 216 | ## [0.2.2](https://github.com/clojerl/rebar3_clojerl/tree/0.2.2) (2018-03-04) |
189 | 217 |
|
|
193 | 221 |
|
194 | 222 | - Print all of stacktrace on error only when debugging [\#15](https://github.com/clojerl/rebar3_clojerl/issues/15) |
195 | 223 |
|
| 224 | +**Merged pull requests:** |
| 225 | + |
| 226 | +- Use clj\_utils:stacktrace/1 [\#17](https://github.com/clojerl/rebar3_clojerl/pull/17) ([jfacorro](https://github.com/jfacorro)) |
| 227 | + |
196 | 228 | ## [0.2.1](https://github.com/clojerl/rebar3_clojerl/tree/0.2.1) (2018-02-08) |
197 | 229 |
|
198 | 230 | [Full Changelog](https://github.com/clojerl/rebar3_clojerl/compare/0.2.0...0.2.1) |
|
0 commit comments