Skip to content

Commit 9c1de98

Browse files
committed
release: Version 0.0.3
1 parent fb5f0de commit 9c1de98

File tree

6 files changed

+30
-6
lines changed

6 files changed

+30
-6
lines changed

.age.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
current_version = "0.0.2"
1+
current_version = "0.0.3"
22

33
[[files]]
44
path = "pyproject.toml"

.github/release-body.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
Release atsphinx-typst v0.0.2
1+
Release atsphinx-typst v0.0.3
22

3-
- Changelog is https://github.com/atsphinx/typst/blob/v0.0.2/CHANGES.rst
3+
- Changelog is https://github.com/atsphinx/typst/blob/v0.0.3/CHANGES.rst

CHANGES.rst

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,30 @@
22
Change logs
33
===========
44

5+
Version 0.0.3
6+
=============
7+
8+
:date: 2025-07-26 (Asia/Tokyo)
9+
10+
Breaking changes
11+
----------------
12+
13+
* Change key of ``typst_documents`` from ``'entry'`` to ``'entrypoint'``.
14+
* Change template name of theme.
15+
16+
Features
17+
--------
18+
19+
* Update structure of theme.
20+
* Add theme 'basic' and split some features from 'manual'.
21+
* Theme can pass assets (include any inherited themes)
22+
23+
Fixes
24+
-----
25+
26+
Others
27+
------
28+
529
Version 0.0.2
630
=============
731

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "atsphinx-typst"
3-
version = "0.0.2"
3+
version = "0.0.3"
44
description = "Generate Typst sources and PDF from Sphinx document."
55
authors = [{name = "Kazuya Takei", email = "[email protected]"}]
66
license = "Apache-2.0"

src/atsphinx/typst/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
if TYPE_CHECKING:
1010
from sphinx.application import Sphinx
1111

12-
__version__ = "0.0.2"
12+
__version__ = "0.0.3"
1313

1414

1515
def setup(app: Sphinx): # noqa: D103

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)