Skip to content

Commit aeee4ac

Browse files
committed
Preparing 0.9.0
1 parent 9e4c697 commit aeee4ac

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+2
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.9.0] 2019-08-13
810
### Added
911
- Installation Guide: a more detailed guide, that better explains the installation of pot
1012
- fdescfs attribute: new attribute to mount fdescfs inside the pot

bin/pot

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
# Environment initialization and initial checks
3232

33-
_POT_VERSION=0.8.0
33+
_POT_VERSION=0.9.0
3434
_POT_PATHNAME="$(realpath "$0")"
3535
_POT_PREFIX="$(dirname "${_POT_PATHNAME}")"
3636
_POT_INCLUDE="$( realpath "${_POT_PREFIX}/../share/pot")"

0 commit comments

Comments
 (0)