Skip to content

Commit

Permalink
release: 1.66.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored Dec 14, 2024
1 parent 8e86e32 commit 2a01292
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.66.0"
".": "1.66.1"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## 1.66.1 (2024-12-14)

Full Changelog: [v1.66.0...v1.66.1](https://github.com/StructifyAI/structify-python/compare/v1.66.0...v1.66.1)

### Chores

* **internal:** codegen related update ([#710](https://github.com/StructifyAI/structify-python/issues/710)) ([65820a9](https://github.com/StructifyAI/structify-python/commit/65820a953b867e79f8b0158f852c0fc0d7bf8b01))
* **internal:** codegen related update ([#712](https://github.com/StructifyAI/structify-python/issues/712)) ([db6c1bd](https://github.com/StructifyAI/structify-python/commit/db6c1bd259dd7ec421a81eee28feb3e58c17583d))
* **internal:** codegen related update ([#713](https://github.com/StructifyAI/structify-python/issues/713)) ([4447bbb](https://github.com/StructifyAI/structify-python/commit/4447bbb00495ecbc6fb6d5bf12f9b71174b33142))
* **internal:** codegen related update ([#714](https://github.com/StructifyAI/structify-python/issues/714)) ([c645ed2](https://github.com/StructifyAI/structify-python/commit/c645ed2368317e33b2d4889b6fb8a2254625d0c0))
* **internal:** updated imports ([#715](https://github.com/StructifyAI/structify-python/issues/715)) ([8e86e32](https://github.com/StructifyAI/structify-python/commit/8e86e32cb418dfe449ce901ecf783e0fd54818eb))

## 1.66.0 (2024-12-13)

Full Changelog: [v1.65.0...v1.66.0](https://github.com/StructifyAI/structify-python/compare/v1.65.0...v1.66.0)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "structifyai"
version = "1.66.0"
version = "1.66.1"
description = "The official Python library for the structify API"
dynamic = ["readme"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/structify/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.

__title__ = "structify"
__version__ = "1.66.0" # x-release-please-version
__version__ = "1.66.1" # x-release-please-version

0 comments on commit 2a01292

Please sign in to comment.