Skip to content

Commit

Permalink
release: Version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
attakei committed Mar 24, 2024
1 parent 050debf commit 5a1f49c
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 9 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.2.1"
current_version = "0.3.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.2.1/CHANGES.rst
- Changelog is https://github.com/atsphinx/mini18n/blob/v0.3.0/CHANGES.rst
15 changes: 10 additions & 5 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
v0.2.1
v0.3.0
======

:Date: 2024-03-24 (JST)
:Date: 2024-03-25 (JST)

Fixes
-----
Features
--------

* Work rightly that type of ``outdir`` is eigher str and path-type.
* User can customize label of select-snippet.

Others
------

* Add example for "PyData Sphinx Theme".
9 changes: 9 additions & 0 deletions doc/changelogs/0.2.1.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
v0.2.1
======

:Date: 2024-03-24 (JST)

Fixes
-----

* Work rightly that type of ``outdir`` is eigher str and path-type.
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.2.1"
version = "0.3.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.2.1"
__version__ = "0.3.0"

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

Expand Down

0 comments on commit 5a1f49c

Please sign in to comment.