v0.2.16
What's Changed
- Made project more accessible to contributions by @jsoverson in #39
- fix: bug where os.Stat on a non-existent file would return "File exists" error by @HarikrishnanBalagopal in #41
- feat: implement fd_pread (similar to fd_read) by @HarikrishnanBalagopal in #45
- fix: error code from path_open is not correct when trying to open a non-directory as a directory by @HarikrishnanBalagopal in #48
New Contributors
- @jsoverson made their first contribution in #39
- @HarikrishnanBalagopal made their first contribution in #41
Full Changelog: v0.2.15...v0.2.16