File tree 3 files changed +7
-4
lines changed
3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 0.15.2] 2022-09-17
10
+ ### Fixed
11
+ - start: fix pot getting stuck in state "starting" on pot start failure (#227 )
12
+
9
13
## [ 0.15.1] 2022-09-16
10
14
### Fixed
11
15
- set-status: fix a bug that deletes the status (#224 )
12
- - start: fix pot getting stuck in state "starting" on pot start failure (#227 )
13
16
14
17
## [ 0.15.0] 2022-09-11
15
18
### Added
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ export IFCONFIG_FORMAT=addr:default
34
34
# Environment initialization and initial checks
35
35
36
36
# shellcheck disable=SC2034
37
- _POT_VERSION=0.15.1
37
+ _POT_VERSION=0.15.2
38
38
_POT_PATHNAME=" $( realpath " $0 " ) "
39
39
_POT_PREFIX=" $( dirname " ${_POT_PATHNAME} " ) "
40
40
_POT_INCLUDE=" $( realpath " ${_POT_PREFIX} /../share/pot" ) "
Original file line number Diff line number Diff line change 56
56
# built documents.
57
57
#
58
58
# The short X.Y version.
59
- version = "0.15.1 "
59
+ version = "0.15.2 "
60
60
# The full version, including alpha/beta/rc tags.
61
- release = "0.15.1 "
61
+ release = "0.15.2 "
62
62
63
63
# The language for content autogenerated by Sphinx. Refer to documentation
64
64
# for a list of supported languages.
You can’t perform that action at this time.
0 commit comments