Skip to content

Commit d771372

Browse files
committed
Release v0.3.0
1 parent 861ec3e commit d771372

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ Additional changes to original format:
1010
- `Thank you for your contribution` for shout-outs to the community
1111

1212
## [Unreleased]
13+
14+
## [0.3.0] - 2021-05-10
1315
### Changed
1416
- Update dependencies and adapt code accordingly
1517

@@ -42,7 +44,8 @@ Additional changes to original format:
4244
## [0.1.0] - 2020-12-06
4345
**Initial release**
4446

45-
[Unreleased]: https://github.com/asaaki/opentelemetry-surf/compare/v0.2.0...HEAD
47+
[Unreleased]: https://github.com/asaaki/opentelemetry-surf/compare/v0.3.0...HEAD
48+
[0.3.0]: https://github.com/asaaki/opentelemetry-surf/compare/v0.2.0...v0.3.0
4649
[0.2.0]: https://github.com/asaaki/opentelemetry-surf/compare/v0.1.1...v0.2.0
4750
[0.1.1]: https://github.com/asaaki/opentelemetry-surf/compare/v0.1.0...v0.1.1
4851
[0.1.0]: https://github.com/asaaki/opentelemetry-surf/commit/fceb3722ff2a317ce4b1e7d669978885d77105c5

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "opentelemetry-surf"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
authors = ["Christoph Grabo <asaaki@mannaz.cc>"]
55
edition = "2018"
66
readme = "README.md"

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ firefox http://localhost:16686/
7171
async-std = { version = "1.9", features = ["attributes"] }
7272
opentelemetry = { version = "0.14", features = ["async-std", "rt-async-std"] }
7373
opentelemetry-jaeger = { version = "0.13", features = ["async-std"] }
74-
opentelemetry-surf = "0.2"
74+
opentelemetry-surf = "0.3"
7575
```
7676

7777
### `client.rs`

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ firefox http://localhost:16686/
4040
async-std = { version = "1.9", features = ["attributes"] }
4141
opentelemetry = { version = "0.14", features = ["async-std", "rt-async-std"] }
4242
opentelemetry-jaeger = { version = "0.13", features = ["async-std"] }
43-
opentelemetry-surf = "0.2"
43+
opentelemetry-surf = "0.3"
4444
```
4545
4646
## `client.rs`

0 commit comments

Comments
 (0)