From 83ea81f8237e1497b47ca760711a17a5af986531 Mon Sep 17 00:00:00 2001 From: Aru Sahni Date: Wed, 3 Jan 2024 10:48:57 -0500 Subject: [PATCH] release 0.7.2 --- 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 e0c0962..bf3368f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ Versioning]. ## [Unreleased] +## [0.7.2] - 2024-01-03 + * Export the Orb `ApiError` struct. ## [0.7.1] - 2023-12-19 @@ -57,7 +59,8 @@ Versioning]. Initial release. -[Unreleased]: https://github.com/MaterializeInc/rust-orb-billing/compare/v0.7.1...HEAD +[Unreleased]: https://github.com/MaterializeInc/rust-orb-billing/compare/v0.7.2...HEAD +[0.7.2]: https://github.com/MaterializeInc/rust-orb-billing/compare/v0.7.1...v0.7.2 [0.7.1]: https://github.com/MaterializeInc/rust-orb-billing/compare/v0.7.0...v0.7.1 [0.7.0]: https://github.com/MaterializeInc/rust-orb-billing/compare/v0.6.0...v0.7.0 [0.6.0]: https://github.com/MaterializeInc/rust-orb-billing/compare/v0.5.0...v0.6.0 diff --git a/Cargo.toml b/Cargo.toml index eb52d4c..9d94695 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.7.1" +version = "0.7.2" rust-version = "1.70" edition = "2021" diff --git a/README.md b/README.md index 304d2c7..b6ee1b9 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.7.1" +orb-billing = "0.7.2" ``` -**[View documentation.](https://docs.rs/orb-billing/0.7.1)** +**[View documentation.](https://docs.rs/orb-billing/0.7.2)** [Orb]: https://withorb.com