Skip to content

Commit 0fd2db8

Browse files
committed
Fix incorrect pull request references
1 parent 504a6fa commit 0fd2db8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

opentelemetry-otlp/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
- Bump MSRV to 1.64 [#1203](https://github.com/open-telemetry/opentelemetry-rust/pull/1203)
3434
- Changed dependency from `opentelemetry_api` to `opentelemetry` as the latter
3535
is now the API crate. [#1226](https://github.com/open-telemetry/opentelemetry-rust/pull/1226)
36-
- Make `NoExporterBuilder` a compiling time error [#1271](https://github.com/open-telemetry/opentelemetry-rust/pull/1271)
36+
- Make `NoExporterBuilder` a compiling time error [#1272](https://github.com/open-telemetry/opentelemetry-rust/pull/1272)
3737

3838
## v0.13.0
3939

opentelemetry-proto/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
### Added
1313

1414
- Add `schemars::JsonSchema` trait support with `with-schemars` feature (#1419)
15-
- Update protobuf definitions to v1.1.0 (#1154)
15+
- Update protobuf definitions to v1.1.0 [#1482](https://github.com/open-telemetry/opentelemetry-rust/pull/1482)
1616

1717
## v0.4.0
1818

opentelemetry-sdk/CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Performance Improvement : Creating Spans and LogRecords are now faster, by avoid
100100
- Bump MSRV to 1.65 [#1318](https://github.com/open-telemetry/opentelemetry-rust/pull/1318)
101101
- Default Resource (the one used when no other Resource is explicitly provided) now includes `TelemetryResourceDetector`,
102102
populating "telemetry.sdk.*" attributes.
103-
[#1066](https://github.com/open-telemetry/opentelemetry-rust/pull/1193).
103+
[#1194](https://github.com/open-telemetry/opentelemetry-rust/pull/1194).
104104
- Bump MSRV to 1.64 [#1203](https://github.com/open-telemetry/opentelemetry-rust/pull/1203)
105105
- Add unit/doc tests for MeterProvider #1220
106106
- Changed dependency from `opentelemetry_api` to `opentelemetry` as the latter
@@ -146,7 +146,7 @@ Performance Improvement : Creating Spans and LogRecords are now faster, by avoid
146146

147147
### Fixed
148148

149-
- Fix metric instrument name validation to include `_` #1030
149+
- Fix metric instrument name validation to include `_` [#1274](https://github.com/open-telemetry/opentelemetry-rust/pull/1274)
150150

151151
## v0.20.0
152152

0 commit comments

Comments
 (0)