Skip to content

Commit

Permalink
chore: version bump 3.0.0 (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
MusicalNinjaDad authored Jun 7, 2024
1 parent 732d1a1 commit 182e5e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# FizzBuzz Changelog

## Python 2.1.0
## Python 3.0.0

- Return `list[str]` when passed a `list` or `slice`, continue to return `str`when passed a single `int`.
- Allow a `slice` to be passed to `fizzbuzzo3.fizzbuzz` - this provides a further 1.5x speed increase over passing a list with the same elements.
- Build rust with `--release` optimisations - another 4-7x speed increase.

Expand Down
2 changes: 1 addition & 1 deletion __pyversion__
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.0
3.0.0

0 comments on commit 182e5e5

Please sign in to comment.