Release version v1.0.1323
Metacello new
baseline: 'GToolkitForPharo9';
repository: 'github://feenkcom/gtoolkit:v1.0.1323/src';
load
All commits (including upstream repositories) since last build:
https://github.com/feenkcom/lepiter/commit/192838 by Alistair Grant
LeBinaryContentsHash class>>fromString:
Temporary fix: revert `#hashStream:` which doesn't handle wide strings with `#hashMessage:` and use a local copy of `WideString>>asByteArray` avoiding external dependencies. [feenkcom/gtoolkit#4170]