We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92d9f64 commit a63cc15Copy full SHA for a63cc15
CHANGELOG.md
@@ -26,10 +26,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
26
27
### Fixed
28
29
+- Fixed an issue where the derive marcos `EncodeLabelSet` and `EncodeLabelValue` didn't work
30
+ when the `struct` has generic parameters (like `'a`).
31
+ See [PR 265].
32
- Fixed an issue where the derive macro `EncodeLabelSet` didn't work
33
when the `struct` has generic parameters (like `'a`).
34
See [PR 267].
35
36
+[PR 265]: https://github.com/prometheus/client_rust/pull/265
37
[PR 267]: https://github.com/prometheus/client_rust/pull/266
38
39
## [0.23.1]
0 commit comments