We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f300ea9 commit 7eae9d7Copy full SHA for 7eae9d7
docs/docs/changelog.md
@@ -1,5 +1,21 @@
1
# 更新履歴
2
3
+## v0.2.5(2022-04-17)
4
+### 🐛 Bug Fixes
5
+
6
+* 文字列正規化により文字列長が長くなる場合にspanが補正されない問題を修正 (#82) @yagays
7
8
+### 📖 Documentation and examples
9
10
+* ドキュメントを更新 (#81) @yagays
11
+* update docs (#78) @yagays
12
+* ドキュメントを更新 (#77) @yagays
13
14
+### 🚧 Maintenance
15
16
+* release-drafterが対象とするデフォルトブランチ名を変更 (#80) @yagays
17
+* ブランチ名がfeatureかfixの場合のみCIでtoxを実行 (#79) @yagays
18
19
## v.0.2.4(2022-02-23)
20
### 🐛 Bug Fixes
21
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ja-timex"
-version = "0.2.4"
+version = "0.2.5"
description = "Analyze and parse natural language temporal expression from Japanese sentences"
authors = ["Yuki Okuda <y.okuda@dr-ubie.com>"]
license = "MIT"
0 commit comments