Skip to content

Commit

Permalink
Build: Released 0.5.2 [skip ci]
Browse files Browse the repository at this point in the history
## [0.5.2](v0.5.1...v0.5.2) (2024-01-27)

### Make

* SemVer updates ([776a37f](776a37f)), closes [#92](#92)
* Upgrade NodeJS version in CI ([0d351a0](0d351a0))
  • Loading branch information
semantic-release-bot committed Jan 27, 2024
1 parent 0d351a0 commit 9726523
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.7.1
VERSION 0.5.2
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.1
0.5.2
4 changes: 2 additions & 2 deletions include/ucall/ucall.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
#define UCALL_H_

#define UCALL_VERSION_MAJOR 0
#define UCALL_VERSION_MINOR 7
#define UCALL_VERSION_PATCH 1
#define UCALL_VERSION_MINOR 5
#define UCALL_VERSION_PATCH 2

#ifdef __cplusplus
extern "C" {
Expand Down

0 comments on commit 9726523

Please sign in to comment.