From d709b0bc52c2f279bb107eda97bb6defcccc1fec Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 15 Apr 2024 05:49:43 +0000 Subject: [PATCH] Build: Released 0.5.5 [skip ci] ## [0.5.5](https://github.com/unum-cloud/ucall/compare/v0.5.4...v0.5.5) (2024-04-15) ### Improve * Lua & Go benchmarks, docs (#93) ([57e5795](https://github.com/unum-cloud/ucall/commit/57e5795e2b61012461faa10eb6217476a3761da2)), closes [#93](https://github.com/unum-cloud/ucall/issues/93) --- CMakeLists.txt | 2 +- VERSION | 2 +- include/ucall/ucall.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b1561a4..e38476b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.20 FATAL_ERROR) project( ucall - VERSION 0.5.4 + VERSION 0.5.5 LANGUAGES C CXX DESCRIPTION "Up to 100x Faster FastAPI. JSON-RPC with io_uring, SIMD-acceleration, and pure CPython bindings" HOMEPAGE_URL "https://github.com/unum-cloud/ucall") diff --git a/VERSION b/VERSION index 7d85683..d1d899f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.5.4 +0.5.5 diff --git a/include/ucall/ucall.h b/include/ucall/ucall.h index 5eb51da..866ec59 100644 --- a/include/ucall/ucall.h +++ b/include/ucall/ucall.h @@ -34,7 +34,7 @@ #define UCALL_VERSION_MAJOR 0 #define UCALL_VERSION_MINOR 5 -#define UCALL_VERSION_PATCH 4 +#define UCALL_VERSION_PATCH 5 #ifdef __cplusplus extern "C" {