We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4a13aa commit 1563b31Copy full SHA for 1563b31
CHANGELOG.md
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6
7
## [Unreleased]
8
+
9
+## [0.10.0] 2019-11-01
10
### Added
11
- info: support for bridge
12
- set-hosts: new command to add custom etc/hosts entries to a pot
bin/pot
@@ -30,7 +30,7 @@
30
31
# Environment initialization and initial checks
32
33
-_POT_VERSION=0.10.0-rc1
+_POT_VERSION=0.10.0
34
_POT_PATHNAME="$(realpath "$0")"
35
_POT_PREFIX="$(dirname "${_POT_PATHNAME}")"
36
_POT_INCLUDE="$( realpath "${_POT_PREFIX}/../share/pot")"
0 commit comments