Skip to content

Commit e24e2cc

Browse files
committed
Release 1.1.0.
Bump package version and changelog for security hardening, desktop import fixes, and documentation updates since 1.0.1.
1 parent 35d4f15 commit e24e2cc

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
## [1.1.0] - 2026-06-23
8+
79
### Security
810

911
- Test helpers now extract the embedded runtime configuration from script tags
@@ -29,7 +31,6 @@ All notable changes to this project will be documented in this file.
2931
- `scripts/run_pyright.py` now falls back to the active interpreter when the
3032
shared `.venv` launcher exists but cannot actually start, which keeps
3133
targeted type-check tests usable on Windows after Python upgrades.
32-
3334
- Documentation now presents the library primarily as a simple way to generate
3435
backend code for complex tensor networks across several frameworks, with
3536
figure rendering described as a secondary export workflow.

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ type: software
55
authors:
66
- family-names: "Mata Ali"
77
given-names: "Alejandro"
8-
version: "1.0.1"
9-
date-released: "2026-05-14"
8+
version: "1.1.0"
9+
date-released: "2026-06-23"
1010
repository-code: "https://github.com/DOKOS-TAYOS/Tensor-Network-Editor"
1111
url: "https://github.com/DOKOS-TAYOS/Tensor-Network-Editor"
1212
license: "MIT"

src/tensor_network_editor/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
from typing import Final
66

7-
__version__: Final[str] = "1.0.1"
7+
__version__: Final[str] = "1.1.0"

0 commit comments

Comments
 (0)