File tree Expand file tree Collapse file tree 3 files changed +54
-2
lines changed Expand file tree Collapse file tree 3 files changed +54
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.10.0
2
+
3
+ ### Breaking Changes
4
+
5
+ - Removed support for Node 14.
6
+
7
+ ### Changed
8
+
9
+ - Added support for Node 20.
10
+ - Added support for aarch64-linux-glibc and aarch64-linux-musl.
11
+
12
+ ## 0.9.1
13
+
14
+ ### Breaking Changes
15
+
16
+ None
17
+
18
+ ### Changed
19
+
20
+ - Automation fixes.
21
+
22
+ ## 0.9.0
23
+
24
+ ### Breaking Changes
25
+
26
+ None
27
+
28
+ ### Changed
29
+
30
+ - Added Node 18.
31
+ - Build aarch64-apple-darwin natively.
32
+
33
+ ## 0.8.2
34
+
35
+ ### Breaking Changes
36
+
37
+ None
38
+
39
+ ### Changed
40
+
41
+ - Initial support for aarch64-apple-darwin via cross-compile.
42
+
43
+ ## 0.8.1
44
+
45
+ ### Breaking Changes
46
+
47
+ None
48
+
49
+ ### Changed
50
+
51
+ - Initial (non-working) support for aarch64-apple-darwin.
52
+
1
53
## 0.8.0
2
54
3
55
### Breaking Changes
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " recrypt-node-binding"
3
- version = " 0.9.2 -pre.17 "
3
+ version = " 0.10.0 -pre.0 "
4
4
authors = [
" IronCore Labs <[email protected] >" ]
5
5
edition = " 2021"
6
6
rust-version = " 1.56.0"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ironcorelabs/recrypt-node-binding" ,
3
- "version" : " 0.9.2 -pre.17 " ,
3
+ "version" : " 0.10.0 -pre.0 " ,
4
4
"description" : " Bindings to allow the recrypt-rs library to work via NodeJS." ,
5
5
"repository" : {
6
6
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments