Skip to content

Commit aea4afb

Browse files
committed
Bump version to 1.1.1
Version 1.1.1 includes: - Comprehensive performance benchmarking suite and metrics - README conversion to Markdown with embedded performance charts - Documentation build fixes and RTD configuration updates - Enhanced CI/CD with performance test validation - Professional performance presentation with real benchmark data This patch release focuses on documentation, performance metrics, and infrastructure improvements built on top of v1.1.0's core features.
1 parent 2f70413 commit aea4afb

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

docs/source/changelog.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
Changelog
22
=========
33

4+
v1.1.1 - September 20, 2025
5+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6+
7+
**📈 Documentation Enhancement**
8+
9+
**Documentation Improvements:**
10+
11+
* Fixed all Sphinx documentation build errors and formatting issues
12+
* Updated Read the Docs configuration for v2 compliance
13+
* Improved docstring formatting throughout codebase
14+
* Added comprehensive performance section with technical details
15+
16+
417
v1.1.0 - September 20, 2025
518
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
619

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
author = "Justin Fung"
2424

2525
# The full version, including alpha/beta/rc tags
26-
release = "1.1.0"
26+
release = "1.1.1"
2727

2828

2929
# -- General configuration ---------------------------------------------------

tinyflux/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Version."""
22

3-
__version__ = "1.1.0" # pragma: no cover
3+
__version__ = "1.1.1" # pragma: no cover

0 commit comments

Comments
 (0)