Skip to content

Commit a10cbbd

Browse files
authored
Merge pull request #89 from reductoai/release-please--branches--main--changes--next
release: 0.19.0
2 parents e98de02 + 3f951e2 commit a10cbbd

4 files changed

Lines changed: 19 additions & 3 deletions

File tree

.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.18.0"
2+
".": "0.19.0"
33
}

CHANGELOG.md

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

3+
## 0.19.0 (2026-03-24)
4+
5+
Full Changelog: [v0.18.0...v0.19.0](https://github.com/reductoai/reducto-python-sdk/compare/v0.18.0...v0.19.0)
6+
7+
### Features
8+
9+
* **api:** api update ([38b24df](https://github.com/reductoai/reducto-python-sdk/commit/38b24df3bd9584da1d457c8421016d9c526127a4))
10+
* **api:** manual updates ([13be4b1](https://github.com/reductoai/reducto-python-sdk/commit/13be4b1255e0d540caa56b449f7d660394087bd7))
11+
* **api:** manual updates ([752fc84](https://github.com/reductoai/reducto-python-sdk/commit/752fc84765496025bc70b22c1f426eee88c2ace7))
12+
13+
14+
### Chores
15+
16+
* **internal:** update gitignore ([df6f93d](https://github.com/reductoai/reducto-python-sdk/commit/df6f93d1fa2a2a1d4d5a847a239474a298c27e1d))
17+
* **internal:** version bump ([b42a53b](https://github.com/reductoai/reducto-python-sdk/commit/b42a53b26acd4b0586ae2489e5798edf94f5f79d))
18+
319
## 0.18.0 (2026-03-20)
420

521
Full Changelog: [v0.17.0...v0.18.0](https://github.com/reductoai/reducto-python-sdk/compare/v0.17.0...v0.18.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 = "reductoai"
3-
version = "0.18.0"
3+
version = "0.19.0"
44
description = "The official Python library for the reducto API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

src/reducto/_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__ = "reducto"
4-
__version__ = "0.18.0" # x-release-please-version
4+
__version__ = "0.19.0" # x-release-please-version

0 commit comments

Comments
 (0)