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

update changelog: 0.0.11 #94

Merged
merged 1 commit into from
May 9, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,18 @@ If you love `fuzz-lightyear`, please star our project on GitHub to show your sup
[#xxxx]: https://github.com/Yelp/detect-secrets-server/pull/xxxx
[@xxxx]: https://github.com/xxxx
-->

### 0.0.11
##### May 9, 2024

#### :bug: Bug Fixes
- Fix macOS build failure ([#93](https://github.com/Yelp/fuzz-lightyear/pull/93))
- Limit depth of nested Objects when generating fuzz parameters ([#89](https://github.com/Yelp/fuzz-lightyear/pull/89))
#### :snake: Miscellaneous
- Setup `Github workflows` for publishing to **PyPI** ([#90](https://github.com/Yelp/fuzz-lightyear/pull/90))
- Migrate Travis-ci to Github actions ([#81](https://github.com/Yelp/fuzz-lightyear/pull/81))
- Support Py38 and drop EOL py versions ([#79](https://github.com/Yelp/fuzz-lightyear/pull/79))

### 0.0.9
##### August 19, 2020

Expand Down
Loading