File tree Expand file tree Collapse file tree 3 files changed +18
-3
lines changed Expand file tree Collapse file tree 3 files changed +18
-3
lines changed Original file line number Diff line number Diff line change @@ -244,7 +244,7 @@ jobs:
244
244
path : ${{ github.workspace }}/dist
245
245
246
246
upload-release :
247
- # if: startsWith(github.ref, 'refs/tags/')
247
+ if : startsWith(github.ref, 'refs/tags/')
248
248
runs-on : ubuntu-24.04
249
249
permissions :
250
250
contents : write
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
18
## 6.1.1
4
19
5
20
#### Changed
Original file line number Diff line number Diff line change 33
33
#include " cident.h"
34
34
35
35
#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
38
38
#define KFR_VERSION_LABEL " "
39
39
40
40
#define KFR_VERSION_STRING \
You can’t perform that action at this time.
0 commit comments