Skip to content

Commit 2c0fd65

Browse files
committed
Upgrade c_fsio to 0.1.2
1 parent 641649c commit 2c0fd65

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## CHANGELOG
22

3+
### v0.1.6 (2020-11-12)
4+
5+
* Upgrade c_fsio to 0.1.2
6+
37
### v0.1.5 (2020-11-07)
48

59
* Internal functions are now namespaced with _scriptexec prefix.

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ macro(add_external_lib)
3030
)
3131
endmacro(add_external_lib)
3232
add_external_lib("string_buffer" "v0.1.4")
33-
add_external_lib("fsio" "v0.1.1")
33+
add_external_lib("fsio" "v0.1.2")
3434

3535
include_directories(include "${STRING_BUFFER_INCLUDE}" "${FSIO_INCLUDE}")
3636

0 commit comments

Comments
 (0)