From 12d8a2598c3a0c447309b240a8498c35268fb824 Mon Sep 17 00:00:00 2001 From: Mike Foster Date: Fri, 7 Jun 2024 08:57:03 +0000 Subject: [PATCH] chore: version bump 3.0.0 --- CHANGELOG.md | 3 ++- __pyversion__ | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a53386..c35ec54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/__pyversion__ b/__pyversion__ index 50aea0e..56fea8a 100644 --- a/__pyversion__ +++ b/__pyversion__ @@ -1 +1 @@ -2.1.0 \ No newline at end of file +3.0.0 \ No newline at end of file