Skip to content

Commit

Permalink
v0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
olix0r committed Dec 11, 2023
1 parent a4be132 commit c0c25c2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ members = [".", "integration"]

[package]
name = "k8s-gateway-api"
version = "0.13.0"
version = "0.14.0"
edition = "2021"
license = "Apache-2.0"
repository = "https://github.com/linkerd/k8s-gateway-api-rs"
rust-version = "1.60"
rust-version = "1.65"
keywords = ["kubernetes", "gateway"]
description = "Rust bindings for the Kubenetes Gateway API"

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

(Unofficial) Rust bindings for the [Kubernetes Gateway API][site].

Based on [gateway-api-v0.5.0-rc1].
Based on [gateway-api-v1.0.0].

[![Crates.io][crate-badge]][crate-url]
[![Documentation][docs-badge]][docs-url]
Expand All @@ -20,7 +20,7 @@ the *v1alpha2* types when the `experimental` feature is enabled.
* Express validation constraints
* Rustify/Linkify documentation

[gateway-api-v0.5.0-rc1]: https://github.com/kubernetes-sigs/gateway-api/tree/4f86f0bd65173b04dadb558f63fbbd53330736d2
[gateway-api-v1.0.0]: https://github.com/kubernetes-sigs/gateway-api/tree/a0684982eddeb0360e215e0de322c3210ac49bb9
[site]: https://gateway-api.sigs.k8s.io/
[crate-badge]: https://img.shields.io/crates/v/k8s-gateway-api.svg
[crate-url]: https://crates.io/crates/k8s-gateway-api
Expand Down

0 comments on commit c0c25c2

Please sign in to comment.