diff options
author | Sven Gothel <[email protected]> | 2022-05-18 11:33:38 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2022-05-18 11:33:38 +0200 |
commit | 3af2e0e078abeb34549ce83ca302e6cf59d6bf30 (patch) | |
tree | 9a65cd35912456384a9ca14a353753b3605e1420 | |
parent | c594caf5705b2d7bda413edd8fd96139cba73594 (diff) |
Bump README.md
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -146,6 +146,11 @@ a Raspi-arm64, Raspi-armhf or PC-amd64 target image. * First stable release (TODO) +**0.10.1** (WIP) + +* Add `file_util.hpp`: File Utilities for platform agnostic C++ handling of file stats and directory traversal, etc. +* `fraction_timespec`: Add notion of 'struct timespec' year 2038 issue, `to_timespec()` conversion, `to_iso8601_string()` + **0.10.0** * Add `jau::latch::count_up()` to `jau::latch`, allowing to dynamically add *events* to required to complete |