From cfedd1ca513de93585da9c900cfd461df15c203f Mon Sep 17 00:00:00 2001 From: Juan Facorro Date: Sun, 29 Aug 2021 23:12:07 +0200 Subject: [PATCH] Prepare release 0.8.8 --- CHANGELOG.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e25ac5..2070101 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,20 @@ # Changelog -## [0.8.7](https://github.com/clojerl/rebar3_clojerl/tree/0.8.7) +## [0.8.8](https://github.com/clojerl/rebar3_clojerl/tree/0.8.8) + +[Full Changelog](https://github.com/clojerl/rebar3_clojerl/compare/0.8.7...0.8.8) + +**Closed issues:** + +- Verification that checks if file should be compiled fails [\#120](https://github.com/clojerl/rebar3_clojerl/issues/120) +- Sort files that are going to be compiled [\#118](https://github.com/clojerl/rebar3_clojerl/issues/118) + +**Merged pull requests:** + +- \[\#120\] Search the target files in all directories currently in the code path [\#121](https://github.com/clojerl/rebar3_clojerl/pull/121) ([jfacorro](https://github.com/jfacorro)) +- \[\#118\] Sort files to be compiled [\#119](https://github.com/clojerl/rebar3_clojerl/pull/119) ([jfacorro](https://github.com/jfacorro)) + +## [0.8.7](https://github.com/clojerl/rebar3_clojerl/tree/0.8.7) (2021-08-07) [Full Changelog](https://github.com/clojerl/rebar3_clojerl/compare/0.8.6...0.8.7) @@ -18,6 +32,7 @@ **Merged pull requests:** +- Update changelog [\#117](https://github.com/clojerl/rebar3_clojerl/pull/117) ([jfacorro](https://github.com/jfacorro)) - \[\#14\] Add `--config` flag for the REPL [\#116](https://github.com/clojerl/rebar3_clojerl/pull/116) ([arpunk](https://github.com/arpunk)) - \[\#114\] Bump versions in templates [\#115](https://github.com/clojerl/rebar3_clojerl/pull/115) ([arpunk](https://github.com/arpunk)) - \[\#112\] Remove unnecessary mod attribute [\#113](https://github.com/clojerl/rebar3_clojerl/pull/113) ([arpunk](https://github.com/arpunk))