Commit d771372 1 parent 861ec3e commit d771372 Copy full SHA for d771372
File tree 4 files changed +7
-4
lines changed
4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ Additional changes to original format:
10
10
- ` Thank you for your contribution ` for shout-outs to the community
11
11
12
12
## [ Unreleased]
13
+
14
+ ## [ 0.3.0] - 2021-05-10
13
15
### Changed
14
16
- Update dependencies and adapt code accordingly
15
17
@@ -42,7 +44,8 @@ Additional changes to original format:
42
44
## [ 0.1.0] - 2020-12-06
43
45
** Initial release**
44
46
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
46
49
[ 0.2.0 ] : https://github.com/asaaki/opentelemetry-surf/compare/v0.1.1...v0.2.0
47
50
[ 0.1.1 ] : https://github.com/asaaki/opentelemetry-surf/compare/v0.1.0...v0.1.1
48
51
[ 0.1.0 ] : https://github.com/asaaki/opentelemetry-surf/commit/fceb3722ff2a317ce4b1e7d669978885d77105c5
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " opentelemetry-surf"
3
- version = " 0.2 .0"
3
+ version = " 0.3 .0"
4
4
authors = [" Christoph Grabo <asaaki@mannaz.cc>" ]
5
5
edition = " 2018"
6
6
readme = " README.md"
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ firefox http://localhost:16686/
71
71
async-std = { version = " 1.9" , features = [" attributes" ] }
72
72
opentelemetry = { version = " 0.14" , features = [" async-std" , " rt-async-std" ] }
73
73
opentelemetry-jaeger = { version = " 0.13" , features = [" async-std" ] }
74
- opentelemetry-surf = " 0.2 "
74
+ opentelemetry-surf = " 0.3 "
75
75
```
76
76
77
77
### ` client.rs `
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ firefox http://localhost:16686/
40
40
async-std = { version = "1.9", features = ["attributes"] }
41
41
opentelemetry = { version = "0.14", features = ["async-std", "rt-async-std"] }
42
42
opentelemetry-jaeger = { version = "0.13", features = ["async-std"] }
43
- opentelemetry-surf = "0.2 "
43
+ opentelemetry-surf = "0.3 "
44
44
```
45
45
46
46
## `client.rs`
You can’t perform that action at this time.
0 commit comments