Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release: 0.2.0 #124

Merged
merged 16 commits into from
Oct 18, 2023
Merged

Conversation

stainless-bot
Copy link
Collaborator

@stainless-bot stainless-bot commented Oct 11, 2023

Automated Release PR

0.2.0 (2023-10-17)

Full Changelog: v0.1.5...v0.2.0

Features

  • client: add logging setup (#127) (71aab4b)
  • client: add support for passing in a httpx client (#123) (623f5bc)
  • client: support passing httpx.URL instances to base_url (#138) (0aad4df)
  • make webhook headers case insensitive (#130) (3af34f9)

Bug Fixes

  • client: accept io.IOBase instances in file params (#134) (1297832)
  • client: correctly handle arguments with env vars (#128) (e502b18)
  • correct benfits to benefits (#125) (9e2c02a)

Chores

Documentation

  • organisation -> organization (UK to US English) (#135) (2e278bd)

Refactors


This Pull Request has been generated automatically as part of Stainless's release process.
For a better experience, it is recommended to use either rebase-merge or squash-merge when merging this pull request (see details).

More technical details can be found at stainless-api/release-please.

@stainless-bot stainless-bot force-pushed the release-please--branches--main--changes--next branch from e28ea37 to 9e2c02a Compare October 11, 2023 21:09
@stainless-bot stainless-bot force-pushed the release-please--branches--main--changes--next branch from 7dcc5e1 to 88b79b5 Compare October 12, 2023 01:37
@stainless-bot stainless-bot force-pushed the release-please--branches--main--changes--next branch from 84d788a to 71aab4b Compare October 12, 2023 07:48
@stainless-bot stainless-bot force-pushed the release-please--branches--main--changes--next branch from 7798453 to e502b18 Compare October 12, 2023 13:00
@stainless-bot stainless-bot force-pushed the release-please--branches--main--changes--next branch from 15c829a to 26f3b4b Compare October 12, 2023 16:50
@stainless-bot stainless-bot changed the title release: 0.1.6 release: 0.2.0 Oct 12, 2023
@stainless-bot stainless-bot force-pushed the release-please--branches--main--changes--next branch from c19d0f9 to 3af34f9 Compare October 12, 2023 22:59
@stainless-bot stainless-bot force-pushed the release-please--branches--main--changes--next branch from 35cb718 to 20aa00a Compare October 13, 2023 14:50
@stainless-bot stainless-bot force-pushed the release-please--branches--main--changes--next branch from d38e1c5 to 8e266e8 Compare October 13, 2023 20:49
@stainless-bot stainless-bot force-pushed the release-please--branches--main--changes--next branch from de1deb4 to 88e49bc Compare October 14, 2023 15:47
@stainless-bot stainless-bot force-pushed the release-please--branches--main--changes--next branch from 79b97da to 1297832 Compare October 16, 2023 19:50
@stainless-bot stainless-bot force-pushed the release-please--branches--main--changes--next branch from 5e7f72c to 2e278bd Compare October 17, 2023 12:22
@@ -95,6 +95,7 @@ Types:

```python
from finch.types.hris import (
BenefitContribution,
BenefitFrequency,
BenefitType,
BenfitContribution,
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not a part of these changes but

Suggested change
BenfitContribution,
BenefitContribution,

@stainless-bot stainless-bot force-pushed the release-please--branches--main--changes--next branch from 31a5e4b to ac49d7c Compare October 17, 2023 17:27
@@ -14,8 +14,10 @@
from .benfit_contribution import BenfitContribution as BenfitContribution
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
from .benfit_contribution import BenfitContribution as BenfitContribution
from .benefit_contribution import BenefitContribution as BenefitContribution

@stainless-bot stainless-bot force-pushed the release-please--branches--main--changes--next branch from 63e94e7 to 78cd8ba Compare October 17, 2023 18:26
@stainless-bot stainless-bot force-pushed the release-please--branches--main--changes--next branch from ef2ef86 to 0aad4df Compare October 17, 2023 19:53
@stainless-bot stainless-bot merged commit 993bb84 into main Oct 18, 2023
2 checks passed
@stainless-bot
Copy link
Collaborator Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

2 participants