Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tolbrino committed Nov 6, 2018
1 parent 7e8ef12 commit e8e60d4
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 19 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Changelog

## [v1.1.0](https://github.com/Feuerlabs/exometer_collectd/tree/v1.1.0) (2018-11-06)
[Full Changelog](https://github.com/Feuerlabs/exometer_collectd/compare/1.0.1...v1.1.0)

- Upgrade to rebar3
- Remove obsolete build configuration
- Update application metadata
- Upgrade dependency exometer_core
30 changes: 11 additions & 19 deletions src/exometer_collectd.app.src
Original file line number Diff line number Diff line change
@@ -1,19 +1,11 @@
%% -*- erlang-indent-level: 4; indent-tabs-mode: nil -*-
{application, exometer_collectd,
[
{description, "Exometer reporter for collectd"},
{vsn, "1.0.1"},
{registered, []},
{applications,
[
kernel,
stdlib,
afunix,
exometer_core
]},
{included_applications, []},
{env, []},
{maintainers, ["Ulf Wiger", "Tino Breddin"]},
{licenses, ["MPL-2.0"]},
{links, [{"Github", "https://github.com/Feuerlabs/exometer_collectd"}]}
]}.
{application,exometer_collectd,
[{description,"Exometer reporter for collectd"},
{vsn,"1.1.0"},
{registered,[]},
{applications,[kernel,stdlib,afunix,exometer_core]},
{included_applications,[]},
{env,[]},
{maintainers,["Ulf Wiger","Tino Breddin"]},
{licenses,["MPL-2.0"]},
{links,[{"Github",
"https://github.com/Feuerlabs/exometer_collectd"}]}]}.

0 comments on commit e8e60d4

Please sign in to comment.