Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
saleweaver committed Dec 16, 2024
2 parents f281586 + 776bfa3 commit 55e94b3
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
## v1.9.2 - 2024-12-16
## v1.9.2

### Changes Relevant to End-Users
- **Vendor Shipments API Enhancement**: Improved the documentation for `submit_shipment_confirmations` and `submit_shipments` methods in the `VendorShipments` class. The descriptions are now more concise and easier to understand, aiding developers in implementing shipment confirmations and requests more effectively.

### Internal Changes
- **Code Cleanup**: Removed unnecessary blank lines in the `VendorShipments` class to enhance code readability and maintainability.

### Mermaid Diagram Representation

```mermaid
graph TD;
A[VendorShipments Class] -->|Improved Documentation| B[submit_shipment_confirmations];
A -->|Improved Documentation| C[submit_shipments];
A -->|Code Cleanup| D[Removed Blank Lines];
```

These updates streamline the process of interacting with the Vendor Shipments API, making it more intuitive for developers to use the library.

## v1.9.1 - 2024-12-14
## v1.9.1

Expand Down
2 changes: 1 addition & 1 deletion sp_api/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.9.1'
__version__ = '1.9.2'

0 comments on commit 55e94b3

Please sign in to comment.