From 84b3a8345ab2087338109dcb553d423422ce0dc7 Mon Sep 17 00:00:00 2001 From: "Ryan M. Lederman" Date: Sun, 7 Jan 2024 05:42:31 -0700 Subject: [PATCH] Update README.md Signed-off-by: Ryan M. Lederman --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 6501769..69cd2e8 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,10 @@ `libbal`: a lightweight, portable C17/C++20 abstraction layer for Berkeley Sockets, complete with asynchronous I/O and *no third-party depdendencies*. +# UPDATE January 2024 + +I have set up a simplistic GitHub CMake action that will test compilation on Windows/Ubuntu/macOS with Clang/gcc/cl. This revealed several problems related to compiler versioning and portability, which are now fixed. I have tagged v0.3.0 as the first official releease of the reborn library! + # UPDATE December 2023 I have let this project slip as I got sidetracked with a few other things, but I intend fully to return to this in the new year and polish it up/stamp it for release.