Skip to content

Commit

Permalink
Release 10.0.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
DaanDeMeyer committed Jan 6, 2020
1 parent c46122e commit 6e33cf7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 10.0.3

### reproc

- Fixed issue where `reproc_wait` would assert when invoked with a timeout of
zero on POSIX.

- Fixed issue where `reproc_wait` would not return `REPROC_ETIMEDOUT` when
invoked with a timeout of zero on POSIX.

## 10.0.2

- Update CMake project version.
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ endif()

project(
reproc
VERSION 10.0.2
VERSION 10.0.3
DESCRIPTION "Cross-platform C99/C++11 process library"
HOMEPAGE_URL "https://github.com/DaanDeMeyer/reproc"
LANGUAGES C
Expand Down

0 comments on commit 6e33cf7

Please sign in to comment.