Skip to content

Commit

Permalink
Merge pull request #36 from MaterializeInc/release/v0.10.0
Browse files Browse the repository at this point in the history
Release v0.10.0
  • Loading branch information
arusahni authored Jan 29, 2024
2 parents c63abc5 + 763c541 commit f43b797
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ Versioning].

## [Unreleased] <!-- #release:date -->

## [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
Expand Down Expand Up @@ -77,7 +79,8 @@ Versioning].
Initial release.

<!-- #release:next-url -->
[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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit f43b797

Please sign in to comment.