Skip to content

Commit

Permalink
release: Version 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
attakei committed May 3, 2024
1 parent 1eab903 commit dcd6916
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 6 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.1.1"

[[files]]
path = "pyproject.toml"
Expand Down
4 changes: 2 additions & 2 deletions .github/release-body.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
- Changelog is https://github.com/attakei-lab/rst-budoux/blob/v0.1.0/CHANGELOG.rst
- You can source diff to https://github.com/attakei-lab/rst-budoux/compare/v0.0.0..v0.1.0
- Changelog is https://github.com/attakei-lab/rst-budoux/blob/v0.1.1/CHANGELOG.rst
- You can source diff to https://github.com/attakei-lab/rst-budoux/compare/v0.1.0..v0.1.1
10 changes: 10 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
.. This does not have root section
v0.1.1
======

:date: 2024-05-03 JST

Others
------

* Fix refer to MV

v0.1.0
======

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "rst-budoux"
version = "0.1.0"
version = "0.1.1"
description = "Text splitter in reStructuredText by BudouX"
authors = [
{ name = "Kazuya Takei", email = "myself@attakei.net" }
Expand Down Expand Up @@ -33,7 +33,7 @@ license = { text = "Apache-2.0" }
[project.urls]
repository = "https://github.com/attakei-lab/rst-budoux"
changelog = "https://github.com/attakei-lab/rst-budoux/blob/main/CHANGELOG.rst"
documentation = "https://rst-budoux.readthedocs.io/v0.1.0/"
documentation = "https://rst-budoux.readthedocs.io/v0.1.1/"
issues = "https://github.com/attakei-lab/rst-budoux/issues"

[project.scripts]
Expand Down
2 changes: 1 addition & 1 deletion src/rst_budoux/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import budoux
from docutils import nodes

__version__ = "0.1.0"
__version__ = "0.1.1"


class WordBreak(nodes.Element):
Expand Down

0 comments on commit dcd6916

Please sign in to comment.