We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b325df1 commit c4eb97fCopy full SHA for c4eb97f
CHANGELOG.md
@@ -6,6 +6,10 @@ This changelog documents the changes between release versions.
6
7
Changes to be included in the next upcoming release
8
9
+## [0.8.0]
10
+
11
+- `connector_name` and `connector_version` functions added to `Connector` trait which are included in traces.
12
13
## [0.7.0]
14
15
- Update to support v0.2.4 of the NDC Spec.
Cargo.toml
@@ -1,7 +1,7 @@
1
[workspace]
2
resolver = "2"
3
4
-package.version = "0.7.0"
+package.version = "0.8.0"
5
package.edition = "2021"
package.license = "Apache-2.0"
0 commit comments