Skip to content

Commit 8d5b223

Browse files
committed
changelog 1.1.0
Signed-off-by: clux <sszynrae@gmail.com>
1 parent 1ba4b2a commit 8d5b223

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,20 @@ UNRELEASED
77
===================
88
* see https://github.com/kube-rs/kube/compare/1.1.0...main
99

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
1111
===================
12+
<!-- Release notes generated using configuration in .github/release.yml at 1.1.0 -->
1213

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
1324
[1.0.0](https://github.com/kube-rs/kube/releases/tag/1.0.0) / 2025-05-13
1425
===================
1526
<!-- Release notes generated using configuration in .github/release.yml at 1.0.0 -->

0 commit comments

Comments
 (0)