We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 641649c commit 2c0fd65Copy full SHA for 2c0fd65
2 files changed
CHANGELOG.md
@@ -1,5 +1,9 @@
1
## CHANGELOG
2
3
+### v0.1.6 (2020-11-12)
4
+
5
+* Upgrade c_fsio to 0.1.2
6
7
### v0.1.5 (2020-11-07)
8
9
* Internal functions are now namespaced with _scriptexec prefix.
CMakeLists.txt
@@ -30,7 +30,7 @@ macro(add_external_lib)
30
)
31
endmacro(add_external_lib)
32
add_external_lib("string_buffer" "v0.1.4")
33
-add_external_lib("fsio" "v0.1.1")
+add_external_lib("fsio" "v0.1.2")
34
35
include_directories(include "${STRING_BUFFER_INCLUDE}" "${FSIO_INCLUDE}")
36
0 commit comments