File tree Expand file tree Collapse file tree 6 files changed +15
-7
lines changed Expand file tree Collapse file tree 6 files changed +15
-7
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
4
4
5
5
Generated by [ ` auto-changelog ` ] ( https://github.com/CookPete/auto-changelog ) .
6
6
7
+ #### [ 0.7.2] ( https://github.com/hernanmd/pi/compare/0.7.1...0.7.2 )
8
+
7
9
#### [ 0.7.1] ( https://github.com/hernanmd/pi/compare/0.7.0...0.7.1 )
8
10
11
+ > 26 December 2022
12
+
13
+ - Release v0.7.1 [ ` c4177db ` ] ( https://github.com/hernanmd/pi/commit/c4177db602aac358a7c8aa0d0b0c71c2e5c84030 )
14
+
9
15
#### [ 0.7.0] ( https://github.com/hernanmd/pi/compare/0.6.2...0.7.0 )
10
16
11
17
> 26 December 2022
Original file line number Diff line number Diff line change 1
- 26 -12-2022
1
+ 28 -12-2022
Original file line number Diff line number Diff line change 1
- 0.6.2
1
+ 0.7.3
Original file line number Diff line number Diff line change @@ -34,9 +34,9 @@ The options include:
34
34
examples Show usage examples.
35
35
image Fetch the latest stable Pharo (VM + Image).
36
36
init Initialize and fetch PI Pharo package cache
37
- install <pkgname> Install pkgname to the Image found in the current directory.\n\t\tDownload image if not found.
37
+ install <pkgname> Install pkgname to the Image found in the current directory. Download image if not found.
38
38
list List Pharo packages found in GitHub.
39
- run Run a Pharo Image.
39
+ run Run a Pharo Image.
40
40
irun Download the stable image and run Pharo.image.
41
41
lrun Download the latest image and run Pharo.image.
42
42
nrun Download the stable image in a new timestamped directory and run Pharo.image.
Original file line number Diff line number Diff line change @@ -158,14 +158,16 @@ trun_pharo () {
158
158
# Trash pharo-local (requires trash utility) and run Pharo.image
159
159
nrun_pharo () {
160
160
dirname=$( date +%Y-%m-%d-%S)
161
- mkdir -v " $dirname " ; cd " $dirname "
161
+ mkdir -v " $dirname "
162
+ cd " $dirname "
162
163
irun_pharo
163
164
}
164
165
165
166
# Install latest Pharo in a new timestamed directory and run Pharo.image
166
167
nlrun_pharo () {
167
168
dirname=$( date +%Y-%m-%d-%S)
168
- mkdir -v " $dirname " ; cd " $dirname "
169
+ mkdir -v " $dirname "
170
+ cd " $dirname "
169
171
lrun_pharo
170
172
}
171
173
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " pi" ,
3
- "version" : " 0.7.1 " ,
3
+ "version" : " 0.7.2 " ,
4
4
"description" : " " ,
5
5
"main" : " index.js" ,
6
6
"type" : " module" ,
You can’t perform that action at this time.
0 commit comments