Skip to content

Commit

Permalink
v0.0.13
Browse files Browse the repository at this point in the history
Notable changes:

- A bug has been fixed in uvwasi_fd_readdir() that caused
  the number of entries to be processed incorrectly.
  (92caba8)
  • Loading branch information
cjihrig committed Sep 5, 2022
1 parent 92caba8 commit bb2255a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/uvwasi.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ extern "C" {

#define UVWASI_VERSION_MAJOR 0
#define UVWASI_VERSION_MINOR 0
#define UVWASI_VERSION_PATCH 12
#define UVWASI_VERSION_PATCH 13
#define UVWASI_VERSION_HEX ((UVWASI_VERSION_MAJOR << 16) | \
(UVWASI_VERSION_MINOR << 8) | \
(UVWASI_VERSION_PATCH))
Expand Down

0 comments on commit bb2255a

Please sign in to comment.