Skip to content

Commit 9a35250

Browse files
committed
KFR 6.2.0
1 parent 2f37143 commit 9a35250

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ jobs:
244244
path: ${{ github.workspace }}/dist
245245

246246
upload-release:
247-
# if: startsWith(github.ref, 'refs/tags/')
247+
if: startsWith(github.ref, 'refs/tags/')
248248
runs-on: ubuntu-24.04
249249
permissions:
250250
contents: write

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## 6.2.0
4+
5+
#### Added
6+
7+
- Android x86 and x86_64 builds
8+
- Linux arm and aarch64 (arm64) builds
9+
10+
#### Changed
11+
12+
- Documentation update
13+
14+
#### Fixed
15+
16+
- Minor fixes to `small_buffer` and `npy.hpp`.
17+
318
## 6.1.1
419

520
#### Changed

include/kfr/kfr.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
#include "cident.h"
3434

3535
#define KFR_VERSION_MAJOR 6
36-
#define KFR_VERSION_MINOR 1
37-
#define KFR_VERSION_PATCH 1
36+
#define KFR_VERSION_MINOR 2
37+
#define KFR_VERSION_PATCH 0
3838
#define KFR_VERSION_LABEL ""
3939

4040
#define KFR_VERSION_STRING \

0 commit comments

Comments
 (0)