Release v0.5.0
Changed
- @rjshade: Changed implementation of
.open()
, and.close()
to use a reference count. Each call to.open()
increments the open reference count for the DLL, while each call to.close()
decrements the reference count. When.close()
is called, and the reference count hits zero, the DLL is closed.