Skip to content

Commit 547f28b

Browse files
committed
Prepare v1.5.7
1 parent 4e8cbf8 commit 547f28b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [v1.5.7](https://github.com/Feuerlabs/exometer_core/tree/v1.5.7) (2018-11-06)
4+
[Full Changelog](https://github.com/Feuerlabs/exometer_core/compare/v1.5.6...v1.5.7)
5+
6+
- Remove implicit rebar profiles when testing
7+
- Remove obsolete make target
8+
- Add parse_trans to applications
9+
310
## [v1.5.6](https://github.com/Feuerlabs/exometer_core/tree/v1.5.6) (2018-11-05)
411
[Full Changelog](https://github.com/Feuerlabs/exometer_core/compare/1.5.5...v1.5.6)
512

src/exometer_core.app.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{application, exometer_core,
33
[
44
{description, "Code instrumentation and metrics collection package."},
5-
{vsn, "1.5.6"},
5+
{vsn, "1.5.7"},
66
{registered, []},
77
{applications,
88
[

0 commit comments

Comments
 (0)