File tree 4 files changed +6
-4
lines changed
4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
1
name : Shellcheck
2
2
3
- on : [push, pull_request ]
3
+ on : [push]
4
4
5
5
jobs :
6
6
shellcheck :
Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
6
6
7
7
## [ Unreleased]
8
+
9
+ ## [ 0.12.0] 2021-05-22
8
10
### Added
9
11
- pot.conf: add parameter to control max hostname length inside the pot (#118 )
10
12
- CI: add shellcheck as hard requirements in the PR flow
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.11.6
37
+ _POT_VERSION=0.12.0
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.11.6 "
59
+ version = "0.12.0 "
60
60
# The full version, including alpha/beta/rc tags.
61
- release = "0.11.6 "
61
+ release = "0.12.0 "
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