Prepare 0.0.94

This commit is contained in:
Debarshi Ray 2020-08-24 19:19:57 +02:00
parent 80c02344df
commit 69cec92abb
2 changed files with 16 additions and 1 deletions

15
NEWS
View file

@ -1,3 +1,18 @@
Overview of changes in 0.0.94
=============================
* Add contribution guidelines
* Add fedora-toolbox image definition for Fedora 34
* Add more information to errors from creating symbolic links when setting up
the toolbox container in the entry point
* Ensure binaries built on Fedora 33 run on Fedoras 32 & 31
* Install the tests
* Make it more obvious when falling back to /bin/bash
* Document that sudo(8) should work without a password
* Mount a tmpfs at /tmp to match the host
* Update issue templates
Overview of changes in 0.0.93
=============================

View file

@ -1,7 +1,7 @@
project(
'toolbox',
'c',
version: '0.0.93',
version: '0.0.94',
license: 'ASL 2.0',
meson_version: '>= 0.40.0',
)