MusicalNinjaDad / FizzBuzz

Combining rust & python with pyo3
https://musicalninjadad.github.io/FizzBuzz/
2 stars 1 forks source link

chore: version bump 3.0.0 #54

Closed MusicalNinjaDad closed 1 month ago

MusicalNinjaDad commented 1 month ago

Summary by Sourcery

This pull request updates the project to version 3.0.0, introducing a new feature where fizzbuzzo3.fizzbuzz returns list[str] when passed a list or slice, and continues to return str when passed a single int. Additionally, it includes performance enhancements by allowing a slice to be passed to fizzbuzzo3.fizzbuzz and building rust with --release optimisations. The changelog has been updated to document these changes.

sourcery-ai[bot] commented 1 month ago

Reviewer's Guide by Sourcery

This pull request updates the version of the FizzBuzz project to 3.0.0. The changes include updating the version number in the CHANGELOG.md file and adding a new feature that returns a list of strings when passed a list or slice, while continuing to return a string when passed a single integer.

File-Level Changes

Files Changes
CHANGELOG.md Updated the version number and added a new feature description in the changelog.

Tips - Trigger a new Sourcery review by commenting `@sourcery-ai review` on the pull request. - You can change your review settings at any time by accessing your [dashboard](https://sourcery.ai/dashboard): - Enable or disable the Sourcery-generated pull request summary or reviewer's guide; - Change the review language; - You can always [contact us](mailto:support@sourcery.ai) if you have any questions or feedback.