File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,20 @@ UNRELEASED
7
7
===================
8
8
* see https://github.com/kube-rs/kube/compare/1.1.0...main
9
9
10
- 1.1.0 / 2025-05-26
10
+ [ 1.1.0] ( https://github.com/kube-rs/kube/releases/tag/1.1.0 ) / 2025-05-26
11
11
===================
12
+ <!-- Release notes generated using configuration in .github/release.yml at 1.1.0 -->
12
13
14
+ ## What's Changed
15
+ Missing attribute bugfix + extra standard derives on [ core::conversion] ( https://docs.rs/kube/latest/kube/core/conversion/index.html ) structs.
16
+
17
+ ### Added
18
+ * Add missing derives on conversion types by @sbernauer in https://github.com/kube-rs/kube/pull/1759
19
+ ### Fixed
20
+ * Emit ` #[schemars(crate)] ` attribute by @Techassi in https://github.com/kube-rs/kube/pull/1764
21
+
22
+
23
+ ** Full Changelog** : https://github.com/kube-rs/kube/compare/1.0.0...1.1.0
13
24
[ 1.0.0] ( https://github.com/kube-rs/kube/releases/tag/1.0.0 ) / 2025-05-13
14
25
===================
15
26
<!-- Release notes generated using configuration in .github/release.yml at 1.0.0 -->
You can’t perform that action at this time.
0 commit comments