Prepare 0.0.2

This commit is contained in:
Debarshi Ray 2018-11-12 14:49:04 +00:00
parent 606c2da224
commit cfefaf368a
2 changed files with 11 additions and 1 deletions

10
NEWS
View file

@ -1,3 +1,13 @@
Overview of changes in 0.0.2
============================
* Allow an 'F' or 'f' prefix when specifying the release
* Avoid a Bash-ism (ie. ==) and stick to POSIX (ie. =)
* Fallback to /bin/bash if $SHELL doesn't exist in the toolbox container
* Give access to the system D-Bus instance
* Make shm_open work
Overview of changes in 0.0.1
============================

View file

@ -1,6 +1,6 @@
project(
'fedora-toolbox',
version: '0.0.1',
version: '0.0.2',
license: 'ASL 2.0',
meson_version: '>= 0.40.0',
)