Skip to content

Commit

Permalink
release: Version 0.4.0
Browse files Browse the repository at this point in the history
closes: #1
  • Loading branch information
attakei committed May 15, 2024
1 parent 5b0089a commit 939fe51
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 14 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.3.1"
current_version = "0.4.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.3.1/CHANGES.rst
- Changelog is https://github.com/atsphinx/mini18n/blob/v0.4.0/CHANGES.rst
15 changes: 5 additions & 10 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
v0.3.1
v0.4.0
======

:Date: 2024-05-06 (JST)
:Date: 2024-05-16 (JST)

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

* It registers ``mini18n-`` builders lazy for third-party builders.

Others
------

* Fix typo
* Widget on document remembers selected language when users select it.
14 changes: 14 additions & 0 deletions doc/changelogs/0.3.1.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
v0.3.1
======

:Date: 2024-05-06 (JST)

Fixes
-----

* It registers ``mini18n-`` builders lazy for third-party builders.

Others
------

* Fix typo
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.3.1"
version = "0.4.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.3.1"
__version__ = "0.4.0"

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

Expand Down

0 comments on commit 939fe51

Please sign in to comment.