Skip to content

Commit c109fb5

Browse files
committed
bump: version 0.1.1 → 0.1.2
1 parent 86477ef commit c109fb5

3 files changed

Lines changed: 15 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## v0.1.2 (2025-07-07)
2+
3+
### Fix
4+
5+
- unsupport py39
6+
- **config**: change dependencies
7+
8+
### Refactor
9+
10+
- change tag format
11+
112
## v0.1.1 (2025-07-01)
213

314
### Fix

docs/algorithms/qda.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# 离散绝热算法(QDA)
22
1
33
## 算法描述 {#algorithm-description}
4-
2
4+
2
5+
6+
量子离散绝热线性求解器

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "qalgo"
7-
version = "0.1.1"
7+
version = "0.1.2"
88
dependencies = ["pysparq>=0.0.2", "scipy"]
99
requires-python = ">=3.10"
1010
authors = [{ name = "TiMidlY", email = "mytan@mail.ustc.edu.cn" }]

0 commit comments

Comments
 (0)