Skip to content

Commit 46de081

Browse files
authored
Merge pull request #333 from tsloughter/bump-rc4
bump version to 1.0.0-rc.4
2 parents 6585266 + 75d0e82 commit 46de081

File tree

7 files changed

+9
-8
lines changed

7 files changed

+9
-8
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [API 1.0.0-rc.4] - 2021-12-25
11+
1012
### Added
1113

1214
- Looking up a Tracer for a module is now done by first looking up the

apps/opentelemetry/rebar.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
{erl_opts, [debug_info]}.
2-
{deps, [{opentelemetry_api, "~> 1.0.0-rc.3"}]}.
2+
{deps, [{opentelemetry_api, "~> 1.0.0-rc.4"}]}.

apps/opentelemetry_api/VERSION

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{application, opentelemetry_api,
22
[{description, "OpenTelemetry API"},
3-
{vsn, {file, "VERSION"}},
3+
{vsn, "1.0.0-rc.4"},
44
{registered, []},
55
{applications,
66
[kernel,
@@ -10,5 +10,5 @@
1010
{modules, []},
1111

1212
{licenses, ["Apache-2.0"]},
13-
{links, [{"GitHub", "https://github.com/open-telemetry/opentelemetry-erlang-api"}]}
13+
{links, [{"GitHub", "https://github.com/open-telemetry/opentelemetry-erlang"}]}
1414
]}.

apps/opentelemetry_exporter/src/opentelemetry_exporter.app.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{application, opentelemetry_exporter,
22
[{description, "OpenTelemetry Protocol Exporter"},
3-
{vsn, "git"},
3+
{vsn, "1.0.0-rc.4"},
44
{registered, []},
55
{applications,
66
[kernel,

apps/opentelemetry_zipkin/rebar.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{erl_opts, [debug_info]}.
2-
{deps, [{opentelemetry, "~> 1.0.0-rc.3"},
3-
{opentelemetry_api, "~> 1.0.0-rc.3"}]}.
2+
{deps, [{opentelemetry, "~> 1.0.0-rc.4"},
3+
{opentelemetry_api, "~> 1.0.0-rc.4"}]}.
44

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

docs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ set -e
99

1010
rebar3 compile
1111
rebar3 edoc
12-
version=1.0.0-rc.3
12+
version=1.0.0-rc.4
1313

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

0 commit comments

Comments
 (0)