Skip to content

Commit

Permalink
release: 0.31.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-bot committed Jan 17, 2024
1 parent 49ed9d5 commit e12faa9
Show file tree
Hide file tree
Showing 4 changed files with 18 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.31.0"
".": "0.31.1"
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## 0.31.1 (2024-01-17)

Full Changelog: [v0.31.0...v0.31.1](https://github.com/lithic-com/lithic-python/compare/v0.31.0...v0.31.1)

### Features

* **api:** updates ([#329](https://github.com/lithic-com/lithic-python/issues/329)) ([df87083](https://github.com/lithic-com/lithic-python/commit/df870839f6beb7416faa626643bd8ede8b14730b))


### Chores

* add write_to_file binary helper method ([#327](https://github.com/lithic-com/lithic-python/issues/327)) ([86d0a5c](https://github.com/lithic-com/lithic-python/commit/86d0a5c7279d67902ba75d73a599bc08894c016a))
* **internal:** fix typing util function ([#328](https://github.com/lithic-com/lithic-python/issues/328)) ([40c5279](https://github.com/lithic-com/lithic-python/commit/40c52799f31fae46d99580a5f19c9aa0366cbb88))
* **internal:** updates to proxy helper ([#325](https://github.com/lithic-com/lithic-python/issues/325)) ([9439dcc](https://github.com/lithic-com/lithic-python/commit/9439dcc885ba87841c6197beb005bde1deb22dad))

## 0.31.0 (2024-01-16)

Full Changelog: [v0.30.0...v0.31.0](https://github.com/lithic-com/lithic-python/compare/v0.30.0...v0.31.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 = "lithic"
version = "0.31.0"
version = "0.31.1"
description = "The official Python library for the lithic API"
readme = "README.md"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/lithic/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# File generated from our OpenAPI spec by Stainless.

__title__ = "lithic"
__version__ = "0.31.0" # x-release-please-version
__version__ = "0.31.1" # x-release-please-version

0 comments on commit e12faa9

Please sign in to comment.