Skip to content

Commit

Permalink
Release 1.1.0 (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
arkgil authored Apr 8, 2024
1 parent c9cf771 commit f03b352
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 26 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.1.0](https:/beam-telemetry/telemetry_poller/tree/v1.1.0)

### Added

- Add the `init_delay` configuration option. (#70)

## [1.0.0](https:/beam-telemetry/telemetry_poller/tree/v1.0.0)

This release marks stability of the API. The library now requires Telemetry ~> 1.0.
Expand Down
4 changes: 0 additions & 4 deletions docs.config

This file was deleted.

16 changes: 0 additions & 16 deletions docs.sh

This file was deleted.

17 changes: 11 additions & 6 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,22 @@
%% create junit xml for circleci
{ct_opts, [{ct_hooks, [cth_surefire]}]},
{src_dirs, ["src", "test/support"]}
]},
{docs, [{edoc_opts, [{preprocess, true},
{doclet, edoc_doclet_chunks},
{layout, edoc_layout_chunks},
{dir, "_build/docs/lib/telemetry_poller/doc"}]}

]}
]}.

{shell, [{apps, [telemetry_poller]}]}.

{project_plugins, [rebar3_ex_doc]}.
{ex_doc, [
{main, "README.md"},
{extras, [<<"README.md">>, <<"CHANGELOG.md">>, <<"LICENSE">>, <<"NOTICE">>]},
{source_url, <<"https:/beam-telemetry/telemetry_poller">>},
{source_ref, <<"v1.1.0">>}
]}.
{hex, [
{doc, #{provider => ex_doc}}
]}.

%% take out warnings for unused exported functions
{xref_checks,[undefined_function_calls, undefined_functions, locals_not_used,
deprecated_function_calls, deprecated_functions]}.
Expand Down

0 comments on commit f03b352

Please sign in to comment.