Skip to content

Commit 46f13fe

Browse files
authored
Prepare 0.15.6 (#274)
1 parent 2611b5e commit 46f13fe

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@ All notable changes to this project will be documented in this file.
44
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

7-
## [Unreleased]
7+
## [0.15.6] 2023-09-29
88
### Added
99
- start: Add custom pf rule configuration hook, POT_EXPORT_PORTS_PF_RULES_HOOK (#273)
10+
- Remove basepath from mountpoint, make mount-in/out errors more visible (#259)
1011

1112
## [0.15.5] 2023-06-29
1213
### Added

bin/pot

+1-1
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.15.5
37+
_POT_VERSION=0.15.6
3838
_POT_PATHNAME="$(realpath "$0")"
3939
_POT_PREFIX="$(dirname "${_POT_PATHNAME}")"
4040
_POT_INCLUDE="$( realpath "${_POT_PREFIX}/../share/pot")"

share/doc/pot/conf.py

+2-2
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.15.5"
59+
version = "0.15.6"
6060
# The full version, including alpha/beta/rc tags.
61-
release = "0.15.5"
61+
release = "0.15.6"
6262

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

0 commit comments

Comments
 (0)