Releases: KendrickOrg/kendrick
Releases · KendrickOrg/kendrick
Kendrick v0.51
Load in a new Pharo 10 image:
Metacello new
repository: 'github://KendrickOrg/kendrick:v0.51';
baseline: 'Kendrick';
onWarningLog ;
load
Kendrick v0.50
Load in a new Pharo 10 image:
Metacello new
repository: 'github://KendrickOrg/kendrick:v0.50';
baseline: 'Kendrick';
onWarningLog ;
load
Kendrick v0.49
Install in Pharo 9.0 or 10:
Metacello new
repository: 'github://KendrickOrg/kendrick:v0.49';
baseline: 'Kendrick';
onWarningLog ;
load