From 95209290a1f8baedde3358cf9fa6d550a48728d6 Mon Sep 17 00:00:00 2001 From: Dave Pearson Date: Sat, 28 Feb 2026 20:15:31 +0000 Subject: [PATCH 1/2] :bookmark: v1.1.0 --- ChangeLog.md | 7 ++++--- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 9d9e9d8..d906ed0 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,10 +1,11 @@ # Complexitty ChangeLog -## Unreleased +## v1.1.0 -**Released: WiP** +**Released: 2026-02-28** -- Dropped support for Python 3.10 and Python 3.11. ([#36](https://github.com/davep/complexitty/pull/36)) +- Dropped support for Python 3.10 and Python 3.11. + ([#36](https://github.com/davep/complexitty/pull/36)) - Added optional support for using [Numba](https://numba.pydata.org) to speed up the calculations. ([#36](https://github.com/davep/complexitty/pull/36)) diff --git a/pyproject.toml b/pyproject.toml index 9973956..d877b3b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "complexitty" -version = "1.0.0" +version = "1.1.0" description = "A simple Mandelbrot Set explorer for the terminal" authors = [ { name = "Dave Pearson", email = "davep@davep.org" } From 994e07cc3cf63bcc9c63dc6dd0a24896d04a462b Mon Sep 17 00:00:00 2001 From: Dave Pearson Date: Sat, 28 Feb 2026 20:16:39 +0000 Subject: [PATCH 2/2] :card_index: Relock --- uv.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uv.lock b/uv.lock index 86649cb..3af0ca8 100644 --- a/uv.lock +++ b/uv.lock @@ -261,7 +261,7 @@ wheels = [ [[package]] name = "complexitty" -version = "1.0.0" +version = "1.1.0" source = { editable = "." } dependencies = [ { name = "textual" },