# 2024-10-06 Version 0.4 - Add socket constants - Add `#bind`, `#listen` - Add `#spin` - Fix bugs in multishot read and other ops - Add `#recv`, `#send` - Add `#socket`, `#connect` # 2024-10-04 Version 0.3 - Fix race condition affecting `#timeout` and `#sleep`. - Add `#accept_each` - Add `#accept` # 2024-10-03 Version 0.2 - Remove old IOU code. - Add `#read_each` - Add `#read` # 2024-10-03 Version 0.1 The basic fiber scheduling stuff - `#schedule`, `#interrupt` - `#snooze`, `#yield` - `#timeout`, `#sleep`