Skip to content

Commit 5ef5f65

Browse files
authored
Merge pull request #48 from isaacus-dev/release-please--branches--main--changes--next
release: 0.3.0
2 parents 9adb964 + 6174db7 commit 5ef5f65

File tree

6 files changed

+15
-7
lines changed

6 files changed

+15
-7
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.2.0"
2+
".": "0.3.0"
33
}

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 1
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/isaacus%2Fisaacus-19689acec6acc1fe55f5b1f80b6029b2115db76aceb76da98a36e22115990af2.yml
3-
openapi_spec_hash: d647b0df96ea892932515aa18f690e2a
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/isaacus%2Fisaacus-861e8a85f0fb73cf4b7fc6c2b27722072ff33109459e90c17be24af15dfcbd0c.yml
3+
openapi_spec_hash: 644a0383600633ee604bb1e5b9ca025d
44
config_hash: 8a781867f31df68b9c6fba04c165c647

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 0.3.0 (2025-04-01)
4+
5+
Full Changelog: [v0.2.0...v0.3.0](https://github.com/isaacus-dev/isaacus-python/compare/v0.2.0...v0.3.0)
6+
7+
### Features
8+
9+
* **api:** added reranking endpoint ([#47](https://github.com/isaacus-dev/isaacus-python/issues/47)) ([71ef52b](https://github.com/isaacus-dev/isaacus-python/commit/71ef52b1d23c2ea924f4d178aa1201d980030fe4))
10+
311
## 0.2.0 (2025-03-30)
412

513
Full Changelog: [v0.1.6...v0.2.0](https://github.com/isaacus-dev/isaacus-python/compare/v0.1.6...v0.2.0)

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"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
description = "The official Python library for the isaacus API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

src/isaacus/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22

33
__title__ = "isaacus"
4-
__version__ = "0.2.0" # x-release-please-version
4+
__version__ = "0.3.0" # x-release-please-version

src/isaacus/resources/classifications/universal.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def create(
6464
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
6565
) -> UniversalClassification:
6666
"""
67-
Classify the relevance of a legal document to a query using an Isaacus universal
67+
Classify the relevance of a legal document to a query with an Isaacus universal
6868
legal AI classifier.
6969
7070
Args:
@@ -165,7 +165,7 @@ async def create(
165165
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
166166
) -> UniversalClassification:
167167
"""
168-
Classify the relevance of a legal document to a query using an Isaacus universal
168+
Classify the relevance of a legal document to a query with an Isaacus universal
169169
legal AI classifier.
170170
171171
Args:

0 commit comments

Comments
 (0)