Skip to content

Commit 3dd371c

Browse files
committed
docs: improve README
1 parent 8b56171 commit 3dd371c

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
## Changelog 🔄
22
All notable changes to `isaacus-sagemaker` will be documented here. This project adheres to [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) and [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
33

4+
## [0.1.3] - 2025-10-27
5+
### Changed
6+
- Updated README to link to Isaacus' AWS Marketplace listings.
7+
48
## [0.1.2] - 2025-10-26
59
### Added
610
- Added PyPI classifiers.
@@ -20,6 +24,7 @@ All notable changes to `isaacus-sagemaker` will be documented here. This project
2024
### Added
2125
- Initial release of `isaacus-sagemaker`, providing synchronous and asynchronous HTTP clients for interacting with Isaacus models deployed on AWS SageMaker via the SageMaker Runtime InvokeEndpoint API.
2226

27+
[0.1.3]: https://github.com/isaacus-dev/isaacus-sagemaker-python/compare/v0.1.2...v0.1.3
2328
[0.1.2]: https://github.com/isaacus-dev/isaacus-sagemaker-python/compare/v0.1.1...v0.1.2
2429
[0.1.1]: https://github.com/isaacus-dev/isaacus-sagemaker-python/compare/v0.1.0...v0.1.1
2530
[0.1.0]: https://github.com/isaacus-dev/isaacus-sagemaker-python/releases/tag/v0.1.0

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The Isaacus SageMaker Python integration enables users to interact with private
55

66
This integration only requires a single line of code to be added to existing Isaacus API-based applications.
77

8+
If you're looking for our AWS Marketplace listings, you can find them [here](https://aws.amazon.com/marketplace/seller-profile?id=seller-5e4iuidabgujc). Additionally, we offer a [complete guide](https://docs.isaacus.com/integrations/amazon-sagemaker) on how to deploy and use Isaacus models on SageMaker on our docs.
9+
810
## Installation 📦
911
This integration can be installed with `pip`:
1012
```sh

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "isaacus-sagemaker"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
authors = [
55
{name="Isaacus", email="support@isaacus.com"},
66
]

0 commit comments

Comments
 (0)