Skip to content

Commit 046362c

Browse files
committed
release: Version 0.0.2
1 parent 31d186c commit 046362c

File tree

6 files changed

+21
-6
lines changed

6 files changed

+21
-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.1"
1+
current_version = "0.0.2"
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.1
1+
Release atsphinx-typst v0.0.2
22

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

CHANGES.rst

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

5+
Version 0.0.2
6+
=============
7+
8+
:date: 2025-07-23 (Asia/Tokyo)
9+
10+
Fixes
11+
-----
12+
13+
* Controle version using import-metadata.
14+
15+
Others
16+
------
17+
18+
* Restructure modules.
19+
520
Version 0.0.1
621
=============
722

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.1"
3+
version = "0.0.2"
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.1"
12+
__version__ = "0.0.2"
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)