0.13.0
- Added
GlobalRef, which allows keeping Lisp values around without anEnv. - Reduced indirection when calling common built-in subroutines through
Env. - Removed
module_init!,export_functions!, and their aliases. - Replaced
lazy_staticdependency withonce_cell. - Fixed memory leaks caused by the memory safety fix for #2.