Skip to content

Commit 3c45f6e

Browse files
author
TinySemVer
committed
Release: v0.5.4 [skip ci]
### Patch - Docs: Set Apache 2.0 license (0a1a0ee) - Improve: Ban `aligned_array` copies (7eb62ad)
1 parent e9e4605 commit 3c45f6e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
55
# Project Setup
66
# ------------------------------------------------------------------------------
77
project(less_slow
8-
VERSION 0.5.3
8+
VERSION 0.5.4
99
LANGUAGES C CXX ASM
1010
DESCRIPTION "Learning how to write Less Slow code, from numerical micro-kernels and SIMD to coroutines, ranges, and polymorphic state machines"
1111
HOMEPAGE_URL "https://github.com/ashvardanian/less_slow.cpp")

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.5.3
1+
0.5.4

0 commit comments

Comments
 (0)