Skip to content

Commit a4f7cda

Browse files
author
TinySemVer
committed
Release: v0.1.1 [skip ci]
### Patch - Docs: Renaming `small_string` benchmark (1ad50d1) - Improve: Validate sorting result (77808a6) - Improve: Log bytes/sec for trigonometry (ebc67d6) - Docs: Placeholders (84e7710) - Improve: `BENCHMARK_CAPTURE` w/out `template` (d8fb261)
1 parent 1ad50d1 commit a4f7cda

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.1.0
8+
VERSION 0.1.1
99
LANGUAGES C CXX
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.1.0
1+
0.1.1

0 commit comments

Comments
 (0)