We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c114a71 commit caf4113Copy full SHA for caf4113
2 files changed
CHANGELOG.md
@@ -7,7 +7,13 @@
7
* `Removed` 削除された機能について。
8
* `Fixed` バグ修正について。
9
10
-## v2.2.0 - 2022-02-11
+## v2.2.1 - 2022-02-11
11
+
12
+### Fixed
13
14
+* docker compose時に `TAG_NAME` を指定する記述を追加しました。(#788)
15
16
+## v2.2.0 - 2022-02-10
17
18
### Added
19
plugins/hato.py
@@ -23,7 +23,7 @@
23
from library.clientclass import BaseClient
24
from library.jma_amesh import jma_amesh
25
logger = getLogger(__name__)
26
-VERSION = "2.2.0"
+VERSION = "2.2.1"
27
28
29
def split_command(command: str, maxsplit: int = 0) -> List[str]:
0 commit comments