Skip to content

Commit

Permalink
Prepare 0.15.6 (#274)
Browse files Browse the repository at this point in the history
  • Loading branch information
grembo committed Sep 29, 2023
1 parent 2611b5e commit 46f13fe
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Expand Up @@ -4,9 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

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

## [0.15.5] 2023-06-29
### Added
Expand Down
2 changes: 1 addition & 1 deletion bin/pot
Expand Up @@ -34,7 +34,7 @@ export IFCONFIG_FORMAT=addr:default
# Environment initialization and initial checks

# shellcheck disable=SC2034
_POT_VERSION=0.15.5
_POT_VERSION=0.15.6
_POT_PATHNAME="$(realpath "$0")"
_POT_PREFIX="$(dirname "${_POT_PATHNAME}")"
_POT_INCLUDE="$( realpath "${_POT_PREFIX}/../share/pot")"
Expand Down
4 changes: 2 additions & 2 deletions share/doc/pot/conf.py
Expand Up @@ -56,9 +56,9 @@
# built documents.
#
# The short X.Y version.
version = "0.15.5"
version = "0.15.6"
# The full version, including alpha/beta/rc tags.
release = "0.15.5"
release = "0.15.6"

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

0 comments on commit 46f13fe

Please sign in to comment.