To get version 0.15:
1. Load Metacello-All-dkh.10 from
http://seaside.gemstone.com/ss/metacello
(loads
Metacello-Core, Metacello-MC, MetacelloProject and OB-Metacello -
note that
Metacello-All needs to have OB loaded.
2. Execute the following expression in a workspace to load the
latest alpha:
MetacelloMetacelloProject updateProject.
MetacelloMetacelloProject latestVersion load.
3. Delete the Metacello-All package.
4. To load the Tutorial, execute the following expression:
MetacelloMetacelloProject latestVersion: load: 'Tutorial'.
Here's a list of the changes since version 0.11:
0.12
- fixed a bug in the update methods algorithm
- fixed a bug in calculating the currentVersion
0.13
- fix a handful of bugs
0.14
- who wants to be stuck on verson 0.13?
- currentVersion caching
0.15
- more bugfixes for current version calculation
- MetacelloProject>>latestVersion answers latest version excluding
#development versions instead of reporting latest #release. This mode
is much more useful in practice.
- minor updates to tutorial
I'm getting close to releasing 1.0beta.0. I've just about finished
with the work on Metacello for GLASS - I've got other GLASS fish to
fry, now:)
Tomorrow, I should have a blog post on Metacello ready.