Skip to content

Commit ddd9ad2

Browse files
committed
chore(main): release 0.8.0
1 parent b8a4d8b commit ddd9ad2

File tree

4 files changed

+35
-3
lines changed

4 files changed

+35
-3
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.7.1"
2+
".": "0.8.0"
33
}

CHANGELOG.md

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

3+
## [0.8.0](https://github.com/Increase/increase-python/compare/v0.7.1...v0.8.0) (2023-06-29)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* **api:** remove many enum members from document category ([#24](https://github.com/Increase/increase-python/issues/24))
9+
10+
### Features
11+
12+
* **api/types:** mark more check transfer intention properties as nullable ([#23](https://github.com/Increase/increase-python/issues/23)) ([22a6aa3](https://github.com/Increase/increase-python/commit/22a6aa33ecc3ac9e2ef5800cc4c43f9a49abe02e))
13+
14+
15+
### Refactors
16+
17+
* **api:** remove `other` from reason enum ([#21](https://github.com/Increase/increase-python/issues/21)) ([0110ffd](https://github.com/Increase/increase-python/commit/0110ffd691ef3f9640dfe950fa369bcf5235f0d5))
18+
* **api:** remove many enum members from document category ([#24](https://github.com/Increase/increase-python/issues/24)) ([d7aab0d](https://github.com/Increase/increase-python/commit/d7aab0d1c50e367a942829c7bf51a9372163a317))
19+
20+
21+
### Chores
22+
23+
* **deps:** update certifi ([#25](https://github.com/Increase/increase-python/issues/25)) ([791e90f](https://github.com/Increase/increase-python/commit/791e90f67323f8a97e3a7aa8bcac73b939583fbe))
24+
25+
26+
### Documentation
27+
28+
* add trailing newlines ([#26](https://github.com/Increase/increase-python/issues/26)) ([936f415](https://github.com/Increase/increase-python/commit/936f4156a7ad098e242a911e23c1b0c71c9385bd))
29+
30+
31+
### Styles
32+
33+
* minor reordering of types and properties ([#27](https://github.com/Increase/increase-python/issues/27)) ([b8a4d8b](https://github.com/Increase/increase-python/commit/b8a4d8bbe68dca79fed45907a97138b6b9632aa8))
34+
335
## [0.7.1](https://github.com/Increase/increase-python/compare/v0.7.0...v0.7.1) (2023-06-19)
436

537

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "increase"
3-
version = "0.7.1"
3+
version = "0.8.0"
44
description = "Client library for the increase API"
55
readme = "README.md"
66
authors = ["Increase <dev-feedback@increase.com>"]

src/increase/_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.
22

33
__title__ = "increase"
4-
__version__ = "0.7.1" # x-release-please-version
4+
__version__ = "0.8.0" # x-release-please-version

0 commit comments

Comments
 (0)