-
Notifications
You must be signed in to change notification settings - Fork 3
release: 0.2.0 #124
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
Merged
stainless-bot
merged 16 commits into
main
from
release-please--branches--main--changes--next
Oct 18, 2023
Merged
release: 0.2.0 #124
stainless-bot
merged 16 commits into
main
from
release-please--branches--main--changes--next
Oct 18, 2023
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
e28ea37
to
9e2c02a
Compare
7dcc5e1
to
88b79b5
Compare
84d788a
to
71aab4b
Compare
7798453
to
e502b18
Compare
15c829a
to
26f3b4b
Compare
c19d0f9
to
3af34f9
Compare
35cb718
to
20aa00a
Compare
d38e1c5
to
8e266e8
Compare
de1deb4
to
88e49bc
Compare
M-Shehu
approved these changes
Oct 16, 2023
79b97da
to
1297832
Compare
M-Shehu
approved these changes
Oct 16, 2023
5e7f72c
to
2e278bd
Compare
M-Shehu
reviewed
Oct 17, 2023
@@ -95,6 +95,7 @@ Types: | |||
|
|||
```python | |||
from finch.types.hris import ( | |||
BenefitContribution, | |||
BenefitFrequency, | |||
BenefitType, | |||
BenfitContribution, |
There was a problem hiding this comment.
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, |
M-Shehu
approved these changes
Oct 17, 2023
31a5e4b
to
ac49d7c
Compare
M-Shehu
reviewed
Oct 17, 2023
@@ -14,8 +14,10 @@ | |||
from .benfit_contribution import BenfitContribution as BenfitContribution |
There was a problem hiding this comment.
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 |
M-Shehu
approved these changes
Oct 17, 2023
63e94e7
to
78cd8ba
Compare
M-Shehu
approved these changes
Oct 17, 2023
ef2ef86
to
0aad4df
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Automated Release PR
0.2.0 (2023-10-17)
Full Changelog: v0.1.5...v0.2.0
Features
Bug Fixes
Chores
Documentation
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.