Skip to content

Commit

Permalink
Build: Released 0.5.4 [skip ci]
Browse files Browse the repository at this point in the history
## [0.5.4](v0.5.3...v0.5.4) (2024-03-05)

### Fix

* Casting and formatting in CLI ([fd923d1](fd923d1)), closes [#81](#81)

### Make

* Extend CPython labels for visibility ([c331893](c331893))
  • Loading branch information
semantic-release-bot committed Mar 5, 2024
1 parent 4d273bd commit 0b05e39
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.20 FATAL_ERROR)
project(
ucall
VERSION 0.5.3
VERSION 0.5.4
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")
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.3
0.5.4
2 changes: 1 addition & 1 deletion include/ucall/ucall.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

#define UCALL_VERSION_MAJOR 0
#define UCALL_VERSION_MINOR 5
#define UCALL_VERSION_PATCH 3
#define UCALL_VERSION_PATCH 4

#ifdef __cplusplus
extern "C" {
Expand Down

0 comments on commit 0b05e39

Please sign in to comment.