Skip to content

Releases: KendrickOrg/kendrick

Kendrick v0.51

25 Oct 07:19
5fec655
Compare
Choose a tag to compare

Load in a new Pharo 10 image:

Metacello new
        repository: 'github://KendrickOrg/kendrick:v0.51';
        baseline: 'Kendrick';
        onWarningLog ;
        load

Kendrick v0.50

02 May 13:39
ac10202
Compare
Choose a tag to compare

Load in a new Pharo 10 image:

Metacello new
        repository: 'github://KendrickOrg/kendrick:v0.50';
        baseline: 'Kendrick';
        onWarningLog ;
        load

Kendrick v0.49

02 May 12:06
ec963b9
Compare
Choose a tag to compare

Install in Pharo 9.0 or 10:

Metacello new
        repository: 'github://KendrickOrg/kendrick:v0.49';
        baseline: 'Kendrick';
        onWarningLog ;
        load