File tree Expand file tree Collapse file tree 6 files changed +12
-10
lines changed
Expand file tree Collapse file tree 6 files changed +12
-10
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,14 @@ All notable changes to this project will be documented in this file. Dates are d
44
55Generated by [ ` auto-changelog ` ] ( https://github.com/CookPete/auto-changelog ) .
66
7+ #### [ 0.7.3] ( https://github.com/hernanmd/pi/compare/0.7.2...0.7.3 )
8+
79#### [ 0.7.2] ( https://github.com/hernanmd/pi/compare/0.7.1...0.7.2 )
810
11+ > 28 December 2022
12+
13+ - Release v0.7.2 [ ` 6cf955f ` ] ( https://github.com/hernanmd/pi/commit/6cf955fc8ee5e57eacc95e2720d65ed98b01ec83 )
14+
915#### [ 0.7.1] ( https://github.com/hernanmd/pi/compare/0.7.0...0.7.1 )
1016
1117> 26 December 2022
Original file line number Diff line number Diff line change 1- 28 -12-2022
1+ 29 -12-2022
Original file line number Diff line number Diff line change 1- 0.7.3
1+ l
Original file line number Diff line number Diff line change 77
88 readonly ERR_INVALID_USAGE=2
99 readonly tmpDir=" $( mktemp -d -t pi-tarball-unpack.XXXXXXXXXX || \
10- oops " Can't create temporary directory for downloading the Pi tarball" ) "
10+ oops " Can't create temporary directory for downloading the PI tarball" ) "
1111
1212 require_util () {
1313 command -v " $1 " > /dev/null 2>&1 ||
Original file line number Diff line number Diff line change @@ -158,17 +158,13 @@ trun_pharo () {
158158# Trash pharo-local (requires trash utility) and run Pharo.image
159159nrun_pharo () {
160160 dirname=$( date +%Y-%m-%d-%S)
161- mkdir -v " $dirname "
162- cd " $dirname "
163- irun_pharo
161+ (mkdir -v " $dirname " && cd " $dirname " && irun_pharo) || pi_log " Cannot run Pharo Image"
164162}
165163
166164# Install latest Pharo in a new timestamed directory and run Pharo.image
167165nlrun_pharo () {
168166 dirname=$( date +%Y-%m-%d-%S)
169- mkdir -v " $dirname "
170- cd " $dirname "
171- lrun_pharo
167+ (mkdir -v " $dirname " && cd " $dirname " && lrun_pharo) || pi_log " Cannot run Pharo Image"
172168}
173169
174170download_pharo () {
Original file line number Diff line number Diff line change 11{
22 "name" : " pi" ,
3- "version" : " 0.7.2 " ,
3+ "version" : " 0.7.3 " ,
44 "description" : " " ,
55 "main" : " index.js" ,
66 "type" : " module" ,
You can’t perform that action at this time.
0 commit comments