* Casting and formatting in CLI ([fd923d1](https://github.com/unum-cloud/ucall/commit/fd923d12a951a6a36042483a833a0d93a10c811a)), closes [#81](https://github.com/unum-cloud/ucall/issues/81)
Make
* Extend CPython labels for visibility ([c331893](https://github.com/unum-cloud/ucall/commit/c33189384702eece60027698f7e4e51ce523ac6f))
* SemVer updates ([776a37f](https://github.com/unum-cloud/ucall/commit/776a37fec6dc3d610d744525e768a52c9718534c)), closes [#92](https://github.com/unum-cloud/ucall/issues/92) * Upgrade NodeJS version in CI ([0d351a0](https://github.com/unum-cloud/ucall/commit/0d351a012a187a0190ea5692da4529ea53a880fa))
* CITATION.cff ([63bc10d](https://github.com/unum-cloud/ucall/commit/63bc10d5dc63f58b799511077acd8b5d5534ca15)) * Mention company in CITATION.cff ([c7423c0](https://github.com/unum-cloud/ucall/commit/c7423c07d46a2dfa214e570a625dfce3c655ddff))
Fix
* `interface` is a macro in MSVC. ([bed3f79](https://github.com/unum-cloud/ucall/commit/bed3f798d6680512aeee9bba1355a435a95c327d)) * Add `winsock` includes to support windows. ([d0314b1](https://github.com/unum-cloud/ucall/commit/d0314b1f10c861b1305108272c6a5814695998d1)) * Currently `iovecs` are required only for `uring`. ([9d850be](https://github.com/unum-cloud/ucall/commit/9d850be8dcfbac581ed5cac28af7eba26bd311b6)) * MSVC by default makes Debug build. ([0a6c40d](https://github.com/unum-cloud/ucall/commit/0a6c40d317a3af1eeb481d3a915fc34ee1d33d8e)) * Redundant `;` is a problem on MSVC ([578e741](https://github.com/unum-cloud/ucall/commit/578e7411af25e4daccee38d91f888e189e972810)) * Workflows ([61e8968](https://github.com/unum-cloud/ucall/commit/61e8968668a3d601ea8a3d5d054f934453d011a7))
Make
* Add `MSVC` specific flags. ([18a8276](https://github.com/unum-cloud/ucall/commit/18a827675606b7cd0d2378dbcd88e735821b9f16)) * Enable windows build on pipelines ([7210d02](https://github.com/unum-cloud/ucall/commit/7210d0213bf53ec7b38f6cee5572bbdf61083aff)) * Refactor `pyproject` and `setup.py` for Windows ([2f23d56](https://github.com/unum-cloud/ucall/commit/2f23d56acd3d9d9be8fa7e23585e71600c91dc3e))
Refactor
* `engine_posix` for Windows compatibility ([c3d40a5](https://github.com/unum-cloud/ucall/commit/c3d40a50ae482c7b469791290c004b3123ff60b6)) * Remove unused include ([07ae160](https://github.com/unum-cloud/ucall/commit/07ae160f36f44562660d05a22140c83d591cc1c2)) * Use `fileno` for cross-compatibility. ([0a72a71](https://github.com/unum-cloud/ucall/commit/0a72a71d22b487147fc1cae44d3c53224bbc21ae))