v0.2.50
What's Changed
Big code reorg to make option of embedding Rye into Go project without pulling all the dependencies that normal "batteries included" Rye uses. Batteries are a separate subpackage now and there are two experiments embed and embed2 that one could import into it's own Go project to embed Rye. But this is intermediate step. Once this is on github (and not local go.mod replace) it will be possible to organize embed code better I think. So further code reorg will happen probably, singing out baseio builtins also.
Once this is all done, ready and tested we will move to version v0.3.*
Full Changelog: v0.2.13...v0.2.50