Skip to content

Commit

Permalink
Merge pull request #333 from tsloughter/bump-rc4
Browse files Browse the repository at this point in the history
bump version to 1.0.0-rc.4
  • Loading branch information
tsloughter authored Dec 27, 2021
2 parents 6585266 + 75d0e82 commit 46de081
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 8 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [API 1.0.0-rc.4] - 2021-12-25

### Added

- Looking up a Tracer for a module is now done by first looking up the
Expand Down
2 changes: 1 addition & 1 deletion apps/opentelemetry/rebar.config
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
{erl_opts, [debug_info]}.
{deps, [{opentelemetry_api, "~> 1.0.0-rc.3"}]}.
{deps, [{opentelemetry_api, "~> 1.0.0-rc.4"}]}.
1 change: 0 additions & 1 deletion apps/opentelemetry_api/VERSION

This file was deleted.

4 changes: 2 additions & 2 deletions apps/opentelemetry_api/src/opentelemetry_api.app.src
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{application, opentelemetry_api,
[{description, "OpenTelemetry API"},
{vsn, {file, "VERSION"}},
{vsn, "1.0.0-rc.4"},
{registered, []},
{applications,
[kernel,
Expand All @@ -10,5 +10,5 @@
{modules, []},

{licenses, ["Apache-2.0"]},
{links, [{"GitHub", "https://github.com/open-telemetry/opentelemetry-erlang-api"}]}
{links, [{"GitHub", "https://github.com/open-telemetry/opentelemetry-erlang"}]}
]}.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{application, opentelemetry_exporter,
[{description, "OpenTelemetry Protocol Exporter"},
{vsn, "git"},
{vsn, "1.0.0-rc.4"},
{registered, []},
{applications,
[kernel,
Expand Down
4 changes: 2 additions & 2 deletions apps/opentelemetry_zipkin/rebar.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{erl_opts, [debug_info]}.
{deps, [{opentelemetry, "~> 1.0.0-rc.3"},
{opentelemetry_api, "~> 1.0.0-rc.3"}]}.
{deps, [{opentelemetry, "~> 1.0.0-rc.4"},
{opentelemetry_api, "~> 1.0.0-rc.4"}]}.

{profiles, [{test, [{erl_opts, [nowarn_export_all]}]},

Expand Down
2 changes: 1 addition & 1 deletion docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ set -e

rebar3 compile
rebar3 edoc
version=1.0.0-rc.3
version=1.0.0-rc.4

ex_doc "opentelemetry" $version "_build/default/lib/opentelemetry/ebin" \
--source-ref v${version} \
Expand Down

0 comments on commit 46de081

Please sign in to comment.