Skip to content

Commit

Permalink
release: 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored Nov 22, 2024
1 parent 22bc38d commit 4456581
Show file tree
Hide file tree
Showing 4 changed files with 30 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 @@
{
".": "0.1.2"
".": "0.2.0"
}
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# Changelog

## 0.2.0 (2024-11-22)

Full Changelog: [v0.1.2...v0.2.0](https://github.com/docugami/docugami-python/compare/v0.1.2...v0.2.0)

### Features

* **api:** api update ([#10](https://github.com/docugami/docugami-python/issues/10)) ([248bc86](https://github.com/docugami/docugami-python/commit/248bc863cfd8f54535e417aa8c2e0b7e2bfe8ea7))
* **api:** OpenAPI spec update ([#1](https://github.com/docugami/docugami-python/issues/1)) ([de8ca6c](https://github.com/docugami/docugami-python/commit/de8ca6cbc9f994feb692be829889a3b098d1dbcf))
* **api:** OpenAPI spec update ([#7](https://github.com/docugami/docugami-python/issues/7)) ([bd65cf2](https://github.com/docugami/docugami-python/commit/bd65cf21abfc88bd2f1372a9cb3aec62ca1ce1b7))
* **api:** OpenAPI spec update ([#8](https://github.com/docugami/docugami-python/issues/8)) ([d4a9bbf](https://github.com/docugami/docugami-python/commit/d4a9bbf036f88e2668bfa70cf39bb63ad880895a))
* generate initial Docugami python SDK ([b13d695](https://github.com/docugami/docugami-python/commit/b13d6950fd8b6986aaeb013d1d457081215f70fe))
* re-add upload libs ([3a7460c](https://github.com/docugami/docugami-python/commit/3a7460c3ebc9d4706ce6673fcbb22cdaec559079))


### Chores

* go live ([#9](https://github.com/docugami/docugami-python/issues/9)) ([e439394](https://github.com/docugami/docugami-python/commit/e43939426a2878f74aa2dda5830b251bdf6dbd48))
* **internal:** fix compat model_dump method when warnings are passed ([#20](https://github.com/docugami/docugami-python/issues/20)) ([22bc38d](https://github.com/docugami/docugami-python/commit/22bc38d6cc1bf357094187d7411bdf1923013d40))
* rebuild project due to codegen change ([#11](https://github.com/docugami/docugami-python/issues/11)) ([309e375](https://github.com/docugami/docugami-python/commit/309e375da85d576b114579000e180762e6d71d6c))
* rebuild project due to codegen change ([#12](https://github.com/docugami/docugami-python/issues/12)) ([477698d](https://github.com/docugami/docugami-python/commit/477698df5ea0a2bc9395e243a98415d4326def46))
* rebuild project due to codegen change ([#13](https://github.com/docugami/docugami-python/issues/13)) ([e286946](https://github.com/docugami/docugami-python/commit/e28694643756532da7999ab96d0b0db5d5bcf8a7))
* rebuild project due to codegen change ([#15](https://github.com/docugami/docugami-python/issues/15)) ([2328605](https://github.com/docugami/docugami-python/commit/2328605cf66d05fe260b2760445d6eda0dc2f2d9))
* rebuild project due to codegen change ([#16](https://github.com/docugami/docugami-python/issues/16)) ([6562aea](https://github.com/docugami/docugami-python/commit/6562aea488adcaea62db180b254bb401601a27b6))
* rebuild project due to codegen change ([#17](https://github.com/docugami/docugami-python/issues/17)) ([2203be8](https://github.com/docugami/docugami-python/commit/2203be8785cc805ea12b9da618d889c2fd690815))
* rebuild project due to codegen change ([#18](https://github.com/docugami/docugami-python/issues/18)) ([65f7394](https://github.com/docugami/docugami-python/commit/65f7394d9678d9a827aa8fe1082ccff08218a846))
* rebuild project due to codegen change ([#19](https://github.com/docugami/docugami-python/issues/19)) ([b2cab04](https://github.com/docugami/docugami-python/commit/b2cab0435b871d86caf595cc512e480863ad6433))

## 0.1.0 (2023-12-08)

Full Changelog: [v0.0.1...v0.1.0](https://github.com/docugami/docugami-python/compare/v0.0.1...v0.1.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 = "docugami"
version = "0.1.2"
version = "0.2.0"
description = "The official Python library for the Docugami API"
dynamic = ["readme"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/docugami/_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__ = "docugami"
__version__ = "0.1.2" # x-release-please-version
__version__ = "0.2.0" # x-release-please-version

0 comments on commit 4456581

Please sign in to comment.