Skip to content

Commit fdb906a

Browse files
chore: release v0.5.0
1 parent 36cefba commit fdb906a

3 files changed

Lines changed: 12 additions & 2 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.5.0](https://github.com/ngergs/crossplane-fn-sdk-rs-unofficial/compare/v0.4.0...v0.5.0) - 2025-11-16
11+
12+
### Added
13+
14+
- [**breaking**] implement `TryFromResource` and `TryIntoResource` for `kube::Resource` and no longer `k8s_openapi::Metadata`
15+
16+
### Other
17+
18+
- link optionable crate in docs
19+
1020
## [0.4.0](https://github.com/ngergs/crossplane-fn-sdk-rs-unofficial/compare/v0.3.0...v0.4.0) - 2025-11-14
1121

1222
### Added

sdk/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "crossplane-fn-sdk-unofficial"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
edition = "2024"
55
description = "A sdk to write Crossplane composite functions in Rust. Technically composite functions are basically gRPC server."
66
repository = "https://github.com/ngergs/crossplane-fn-sdk-rs-unofficial"

0 commit comments

Comments
 (0)