Skip to content

Commit

Permalink
chore: Release kube_quantity version 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasK33 committed Mar 27, 2023
1 parent d0a92e1 commit 3948589
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kube_quantity"
version = "0.5.1"
version = "0.6.0"

authors = ["Thomas Kosiewski <[email protected]>"]
description = "kube_quantity is a library adding arithmetic operations to the Quantity type from the k8s-openapi crate."
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Or add the following line to your Cargo.toml:

```toml
[dependencies]
kube_quantity = "0.5.1"
kube_quantity = "0.6.0"
```

## Upgrading
Expand Down

0 comments on commit 3948589

Please sign in to comment.