Skip to content

Commit 2e753b3

Browse files
committed
bump: version 2026.1.4 → 2026.1.5
1 parent af28b4e commit 2e753b3

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,20 @@
11
# CHANGELOG.md
22

3-
## Unreleased
3+
## v2026.1.5 (2026-01-22)
44

55
### Feat
66

7+
- **typst-simple-plot**: add documentation for simple-plot package
8+
- **typst-import**: add documentation for local packages and Typst Universe packages
79
- **typst-align**: add documentation for content alignment
810
- **typst-bibliography**: add documentation for citations and bibliography
911
- **typst-ref**: add comprehensive documentation for cross-referencing
1012
- **typst-footnote**: add documentation for footnote element
1113

1214
### Fix
1315

16+
- **typst-physica**: add free field Lagrangian examples
17+
- **typst-physica**: update physica package version and add derivative examples
1418
- **typst-math**: add examples for time derivatives and mathematical symbols
1519
- **typst-page**: improve column layout examples and documentation
1620
- **typst-math**: expand documentation with equation configuration

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
project = "KumaROOT"
1010
author = "Shota TAKAHASHI"
1111
copyright = "2015 - 2025, Shota TAKAHASHI"
12-
version = "2026.1.4"
13-
release = "2026.1.4"
12+
version = "2026.1.5"
13+
release = "2026.1.5"
1414

1515
# -- General configuration ---------------------------------------------------
1616
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "kumaroot"
3-
version = "2026.1.4"
3+
version = "2026.1.5"
44
description = "KumaROOT - Documentation project"
55
readme = "README.md"
66
license = "MIT"
@@ -62,7 +62,7 @@ py-modules = []
6262

6363
[tool.commitizen]
6464
name = "cz_conventional_commits"
65-
version = "2026.1.4"
65+
version = "2026.1.5"
6666
version_provider = "pep621"
6767
tag_format = "v$version"
6868
version_files = [

0 commit comments

Comments
 (0)