Skip to content

Commit

Permalink
release v0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
qgymib committed May 13, 2022
1 parent 6d45008 commit 8ea9298
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# Changelog

## v0.0.5
## v0.0.5 (2022/05/13)

### Features
1. Support mkdir
2. Support process
3. file: synchronous operations

### BREAKING CHANGES
1. rename #EV_THREAD_WAIT_INFINITE to #EV_INFINITE_TIMEOUT.
Expand Down
2 changes: 1 addition & 1 deletion include/ev/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ extern "C" {
/**
* @brief Development version.
*/
#define EV_VERSION_PREREL 17
#define EV_VERSION_PREREL 0

/**
* @brief Version calculate helper macro.
Expand Down

0 comments on commit 8ea9298

Please sign in to comment.