From 763c541c786cd2411ec893291b5bd0082004cbf3 Mon Sep 17 00:00:00 2001 From: Aru Sahni Date: Mon, 29 Jan 2024 13:43:40 -0500 Subject: [PATCH] release 0.10.0 --- CHANGELOG.md | 5 ++++- Cargo.toml | 2 +- README.md | 4 ++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 711baec..a01b1ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ Versioning]. ## [Unreleased] +## [0.10.0] - 2024-01-29 + * Add `invoice_number`, `currency`, `issued_at`, and `metadata` fields to the `Invoice`. * Fix issue where `get_customer_costs` queries would fail when provided @@ -77,7 +79,8 @@ Versioning]. Initial release. -[Unreleased]: https://github.com/MaterializeInc/rust-orb-billing/compare/v0.9.0...HEAD +[Unreleased]: https://github.com/MaterializeInc/rust-orb-billing/compare/v0.10.0...HEAD +[0.10.0]: https://github.com/MaterializeInc/rust-orb-billing/compare/v0.9.0...v0.10.0 [0.9.0]: https://github.com/MaterializeInc/rust-orb-billing/compare/v0.8.1...v0.9.0 [0.8.1]: https://github.com/MaterializeInc/rust-orb-billing/compare/v0.8.0...v0.8.1 [0.8.0]: https://github.com/MaterializeInc/rust-orb-billing/compare/v0.7.2...v0.8.0 diff --git a/Cargo.toml b/Cargo.toml index 00de9e3..4ed7b5a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ license = "Apache-2.0" categories = ["api-bindings", "web-programming"] keywords = ["orb", "billing", "api", "sdk"] repository = "https://github.com/MaterializeInc/rust-orb-billing" -version = "0.9.0" +version = "0.10.0" rust-version = "1.70" edition = "2021" diff --git a/README.md b/README.md index 84c4555..d3653f6 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,9 @@ An async Rust API client for the [Orb] billing platform. ``` # Cargo.toml [dependencies] -orb-billing = "0.9.0" +orb-billing = "0.10.0" ``` -**[View documentation.](https://docs.rs/orb-billing/0.9.0)** +**[View documentation.](https://docs.rs/orb-billing/0.10.0)** [Orb]: https://withorb.com