Skip to content

Commit e13c6ec

Browse files
author
TinySemVer
committed
Release: v2.1.2 [skip ci]
### Patch - Make: Consistent binary paths (134eca9) - Make: `ctest` discoverable from root (41385b7) - Make: Avoid nesting builds into `scripts/` (7de8a1d) - Improve: Switch to `bf16::dot` over `::cos` (f9349fb) - Fix: Rust static checks with Clippy (299c4d0) - Docs: Refresh headlines (38a3ce7) - Improve: Static analysis annotation (e4e38b8)
1 parent 7f586d2 commit e13c6ec

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.14)
22

33
project(
44
fork_union
5-
VERSION 2.1.1
5+
VERSION 2.1.2
66
DESCRIPTION "Low-latency OpenMP-style NUMA-aware cross-platform fine-grained parallelism library"
77
LANGUAGES CXX
88
)

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "fork_union"
33
description = "Low-latency OpenMP-style NUMA-aware cross-platform fine-grained parallelism library"
4-
version = "2.1.1"
4+
version = "2.1.2"
55
edition = "2021"
66
authors = ["Ash Vardanian"]
77
license = "Apache-2.0"

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.1.1
1+
2.1.2

include/fork_union.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575

7676
#define FORK_UNION_VERSION_MAJOR 2
7777
#define FORK_UNION_VERSION_MINOR 1
78-
#define FORK_UNION_VERSION_PATCH 1
78+
#define FORK_UNION_VERSION_PATCH 2
7979

8080
#if !defined(FU_ALLOW_UNSAFE)
8181
#define FU_ALLOW_UNSAFE 0

0 commit comments

Comments
 (0)