Skip to content

Commit

Permalink
release: Version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
attakei committed Mar 23, 2024
1 parent 3ea7c7a commit a0c915e
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .age.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
current_version = "0.1.0"
current_version = "0.2.0"

[[files]]
path = "pyproject.toml"
Expand Down
2 changes: 1 addition & 1 deletion .github/release-body.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Release update

- Changelog is https://github.com/atsphinx/mini18n/blob/v0.1.0/CHANGES.rst
- Changelog is https://github.com/atsphinx/mini18n/blob/v0.2.0/CHANGES.rst
10 changes: 7 additions & 3 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
v0.1.0
v0.2.0
======

:Date: 2024-03-24 (JST)

Features
--------

* First release
* Support i18n website using ``sphinx-intl``.
* Support deployment on sub-directory of domain

Others
------

* Update PyPI metadata.
10 changes: 10 additions & 0 deletions doc/changelogs/0.1.0.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
v0.1.0
======

:Date: 2024-03-24 (JST)

Features
--------

* First release
* Support i18n website using ``sphinx-intl``.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "atsphinx-mini18n"
version = "0.1.0"
version = "0.2.0"
description = "Sphinx builder for i18n site on single deployment"
authors = [{name = "Kazuya Takei", email = "[email protected]"}]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/atsphinx/mini18n/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from sphinx.builders.dummy import DummyBuilder
from sphinx.config import Config

__version__ = "0.1.0"
__version__ = "0.2.0"

package_root = Path(__file__).parent.resolve()

Expand Down

0 comments on commit a0c915e

Please sign in to comment.