File tree 3 files changed +5
-4
lines changed
3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,10 @@ All notable changes to this project will be documented in this file.
4
4
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
- ## [ Unreleased ]
7
+ ## [ 0.15.6 ] 2023-09-29
8
8
### Added
9
9
- 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 )
10
11
11
12
## [ 0.15.5] 2023-06-29
12
13
### 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.5
37
+ _POT_VERSION=0.15.6
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.5 "
59
+ version = "0.15.6 "
60
60
# The full version, including alpha/beta/rc tags.
61
- release = "0.15.5 "
61
+ release = "0.15.6 "
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