Skip to content

Commit 933912e

Browse files
authored
Prepare release 0.12.0 (#149)
* CI:: run shellcheck only on push
1 parent a790e0c commit 933912e

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

.github/workflows/shellcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Shellcheck
22

3-
on: [push, pull_request]
3+
on: [push]
44

55
jobs:
66
shellcheck:

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [0.12.0] 2021-05-22
810
### Added
911
- pot.conf: add parameter to control max hostname length inside the pot (#118)
1012
- CI: add shellcheck as hard requirements in the PR flow

bin/pot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export IFCONFIG_FORMAT=addr:default
3434
# Environment initialization and initial checks
3535

3636
# shellcheck disable=SC2034
37-
_POT_VERSION=0.11.6
37+
_POT_VERSION=0.12.0
3838
_POT_PATHNAME="$(realpath "$0")"
3939
_POT_PREFIX="$(dirname "${_POT_PATHNAME}")"
4040
_POT_INCLUDE="$( realpath "${_POT_PREFIX}/../share/pot")"

share/doc/pot/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@
5656
# built documents.
5757
#
5858
# The short X.Y version.
59-
version = "0.11.6"
59+
version = "0.12.0"
6060
# The full version, including alpha/beta/rc tags.
61-
release = "0.11.6"
61+
release = "0.12.0"
6262

6363
# The language for content autogenerated by Sphinx. Refer to documentation
6464
# for a list of supported languages.

0 commit comments

Comments
 (0)