Skip to content

Commit 20766d1

Browse files
committed
bump version
1 parent 315c988 commit 20766d1

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

code/ulab.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
#include "user/user.h"
3434
#include "utils/utils.h"
3535

36-
#define ULAB_VERSION 6.0.4
36+
#define ULAB_VERSION 6.0.5
3737
#define xstr(s) str(s)
3838
#define str(s) #s
3939

docs/ulab-change-log.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11

2+
Sun, 21 Jan 2023
3+
4+
version 6.0.5
5+
6+
fix ones()/zeros() method when the amount of memory to allocate overflows
7+
28
Sun, 15 Jan 2023
39

410
version 6.0.4

0 commit comments

Comments
 (0)