Skip to content

Commit e12eab5

Browse files
authored
🔀 Merge pull request #38 from davep/v1.1.0
v1.1.0
2 parents b8a1a67 + 994e07c commit e12eab5

3 files changed

Lines changed: 6 additions & 5 deletions

File tree

ChangeLog.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
# Complexitty ChangeLog
22

3-
## Unreleased
3+
## v1.1.0
44

5-
**Released: WiP**
5+
**Released: 2026-02-28**
66

7-
- Dropped support for Python 3.10 and Python 3.11. ([#36](https://github.com/davep/complexitty/pull/36))
7+
- Dropped support for Python 3.10 and Python 3.11.
8+
([#36](https://github.com/davep/complexitty/pull/36))
89
- Added optional support for using [Numba](https://numba.pydata.org) to
910
speed up the calculations.
1011
([#36](https://github.com/davep/complexitty/pull/36))

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "complexitty"
3-
version = "1.0.0"
3+
version = "1.1.0"
44
description = "A simple Mandelbrot Set explorer for the terminal"
55
authors = [
66
{ name = "Dave Pearson", email = "davep@davep.org" }

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)