Skip to content

Commit 943cb9f

Browse files
committed
Prepare release 0.8.2
1 parent 5d9991b commit 943cb9f

File tree

1 file changed

+27
-9
lines changed

1 file changed

+27
-9
lines changed

CHANGELOG.md

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

3-
## [0.8.1](https://github.com/clojerl/rebar3_clojerl/tree/0.8.1)
3+
## [0.8.2](https://github.com/clojerl/rebar3_clojerl/tree/0.8.2)
4+
5+
[Full Changelog](https://github.com/clojerl/rebar3_clojerl/compare/0.8.1...0.8.2)
6+
7+
**Implemented enhancements:**
8+
9+
- Make {clojerl, compile} depend on {default, compile} [\#91](https://github.com/clojerl/rebar3_clojerl/issues/91)
10+
11+
**Closed issues:**
12+
13+
- Enable starting a REPL outside of a project context [\#88](https://github.com/clojerl/rebar3_clojerl/issues/88)
14+
- Possible reader issues when running the Clojerl REPL in a release? [\#86](https://github.com/clojerl/rebar3_clojerl/issues/86)
15+
16+
**Merged pull requests:**
17+
18+
- \[\#91\] Make 'clojerl compile' depend on default 'compile' [\#92](https://github.com/clojerl/rebar3_clojerl/pull/92) ([jfacorro](https://github.com/jfacorro))
19+
- \[\#88\] Improve error messaging and handling when clojerl is not available [\#89](https://github.com/clojerl/rebar3_clojerl/pull/89) ([jfacorro](https://github.com/jfacorro))
20+
21+
## [0.8.1](https://github.com/clojerl/rebar3_clojerl/tree/0.8.1) (2020-07-22)
422

523
[Full Changelog](https://github.com/clojerl/rebar3_clojerl/compare/0.8.0...0.8.1)
624

@@ -90,6 +108,8 @@
90108

91109
**Merged pull requests:**
92110

111+
- \[\#50\] Process provider\_hooks for the 'compile' task [\#56](https://github.com/clojerl/rebar3_clojerl/pull/56) ([jfacorro](https://github.com/jfacorro))
112+
- Add link to hex badge [\#55](https://github.com/clojerl/rebar3_clojerl/pull/55) ([jfacorro](https://github.com/jfacorro))
93113
- Add hex badge [\#54](https://github.com/clojerl/rebar3_clojerl/pull/54) ([jfacorro](https://github.com/jfacorro))
94114
- \[Closes \#52\] Support starting a repl in an almost empty rebar.config [\#53](https://github.com/clojerl/rebar3_clojerl/pull/53) ([jfacorro](https://github.com/jfacorro))
95115
- Include basic testing template [\#51](https://github.com/clojerl/rebar3_clojerl/pull/51) ([arpunk](https://github.com/arpunk))
@@ -107,13 +127,10 @@
107127

108128
**Merged pull requests:**
109129

110-
- \[\#50\] Process provider\_hooks for the 'compile' task [\#56](https://github.com/clojerl/rebar3_clojerl/pull/56) ([jfacorro](https://github.com/jfacorro))
111-
- Add link to hex badge [\#55](https://github.com/clojerl/rebar3_clojerl/pull/55) ([jfacorro](https://github.com/jfacorro))
112130
- \[Closes \#47\] document rebar3.config options [\#48](https://github.com/clojerl/rebar3_clojerl/pull/48) ([jfacorro](https://github.com/jfacorro))
113131
- Prepare release 0.6.6 [\#45](https://github.com/clojerl/rebar3_clojerl/pull/45) ([jfacorro](https://github.com/jfacorro))
114132
- clojerl test task is run in the test profile [\#44](https://github.com/clojerl/rebar3_clojerl/pull/44) ([jfacorro](https://github.com/jfacorro))
115133
- \[Closes \#42\] update documentation and template [\#43](https://github.com/clojerl/rebar3_clojerl/pull/43) ([jfacorro](https://github.com/jfacorro))
116-
- Fix rebar3 template [\#41](https://github.com/clojerl/rebar3_clojerl/pull/41) ([arpunk](https://github.com/arpunk))
117134

118135
## [0.6.5](https://github.com/clojerl/rebar3_clojerl/tree/0.6.5) (2018-11-21)
119136

@@ -125,6 +142,7 @@
125142

126143
**Merged pull requests:**
127144

145+
- Fix rebar3 template [\#41](https://github.com/clojerl/rebar3_clojerl/pull/41) ([arpunk](https://github.com/arpunk))
128146
- \[\#38\] Mention templates in README [\#40](https://github.com/clojerl/rebar3_clojerl/pull/40) ([jfacorro](https://github.com/jfacorro))
129147
- \[\#38\] add template [\#39](https://github.com/clojerl/rebar3_clojerl/pull/39) ([jfacorro](https://github.com/jfacorro))
130148

@@ -149,10 +167,6 @@
149167

150168
[Full Changelog](https://github.com/clojerl/rebar3_clojerl/compare/0.6.2...0.6.3)
151169

152-
**Fixed bugs:**
153-
154-
- Apply compile order to deps [\#32](https://github.com/clojerl/rebar3_clojerl/issues/32)
155-
156170
**Merged pull requests:**
157171

158172
- \[Fixes \#32\] Compile order deps [\#33](https://github.com/clojerl/rebar3_clojerl/pull/33) ([jfacorro](https://github.com/jfacorro))
@@ -215,12 +229,15 @@
215229

216230
- \[Closes \#22\] Handle issues with protocol compilation [\#23](https://github.com/clojerl/rebar3_clojerl/pull/23) ([jfacorro](https://github.com/jfacorro))
217231
- \[Closes \#20\] Abort on compiler error [\#21](https://github.com/clojerl/rebar3_clojerl/pull/21) ([jfacorro](https://github.com/jfacorro))
218-
- \[Closes \#6\] Include stacktrace in errors [\#7](https://github.com/clojerl/rebar3_clojerl/pull/7) ([jfacorro](https://github.com/jfacorro))
219232

220233
## [0.3.0](https://github.com/clojerl/rebar3_clojerl/tree/0.3.0) (2018-04-23)
221234

222235
[Full Changelog](https://github.com/clojerl/rebar3_clojerl/compare/0.2.2...0.3.0)
223236

237+
**Fixed bugs:**
238+
239+
- Apply compile order to deps [\#32](https://github.com/clojerl/rebar3_clojerl/issues/32)
240+
224241
**Closed issues:**
225242

226243
- Define \*compile-protocols-path\* in order to handle latest changes [\#18](https://github.com/clojerl/rebar3_clojerl/issues/18)
@@ -281,6 +298,7 @@
281298
**Merged pull requests:**
282299

283300
- \[Closes \#4\] Don't recompile unmodified source files \[Closes \#8\] Compile deps [\#9](https://github.com/clojerl/rebar3_clojerl/pull/9) ([jfacorro](https://github.com/jfacorro))
301+
- \[Closes \#6\] Include stacktrace in errors [\#7](https://github.com/clojerl/rebar3_clojerl/pull/7) ([jfacorro](https://github.com/jfacorro))
284302
- \[Closes \#2\] Print compile-time errors [\#5](https://github.com/clojerl/rebar3_clojerl/pull/5) ([jfacorro](https://github.com/jfacorro))
285303
- Add repl command [\#1](https://github.com/clojerl/rebar3_clojerl/pull/1) ([jfacorro](https://github.com/jfacorro))
286304

0 commit comments

Comments
 (0)