Skip to content

Commit ec640e3

Browse files
authored
bump: v1.6.0 → v2.0.0
1 parent ea5a15f commit ec640e3

3 files changed

Lines changed: 18 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## v2.0.0 (2026-02-20)
2+
3+
### Feat
4+
5+
- change license to MIT (#326)
6+
- add codespell linter (#325)
7+
- replace build backend with uv_build (#324)
8+
- recommend Python 3.12 (#323)
9+
- minify VS Code extensions (#322)
10+
- replace mypy with ty (#321)
11+
- deprecate cookiecutter (#320)
12+
13+
### Fix
14+
15+
- fix missing py.typed (#319)
16+
117
## v1.6.0 (2025-09-10)
218

319
### Feat

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "substrate"
3-
version = "1.6.0"
3+
version = "2.0.0"
44
requires-python = ">=3.13,<3.14"
55
dependencies = [
66
"commitizen>=4.3.0",

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)