Skip to content

Commit

Permalink
Prepare 0.0.95
Browse files Browse the repository at this point in the history
  • Loading branch information
debarshiray committed Aug 30, 2020
1 parent 9ea6fe5 commit b3f0a50
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.95
=============================

* Try to handle configuration files that're absolute symlinks when the entry
point sets up the container
* Unbreak 'enter' on Fedora CoreOS
* Unbreak 'sudo' inside toolbox containers with Podman 2.0.5
* Warn if $TERM has no terminfo entry in the container


Overview of changes in 0.0.94
=============================

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

0 comments on commit b3f0a50

Please sign in to comment.