Skip to content

Commit

Permalink
Prepare 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
debarshiray committed Nov 12, 2018
1 parent 606c2da commit cfefaf3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -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
============================

Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
project(
'fedora-toolbox',
version: '0.0.1',
version: '0.0.2',
license: 'ASL 2.0',
meson_version: '>= 0.40.0',
)
Expand Down

0 comments on commit cfefaf3

Please sign in to comment.