Skip to content

Commit e0de421

Browse files
authored
Update CHANGELOG. (#125)
1 parent ec605cc commit e0de421

File tree

3 files changed

+54
-2
lines changed

3 files changed

+54
-2
lines changed

CHANGELOG.md

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,55 @@
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+
153
## 0.8.0
254

355
### Breaking Changes

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "recrypt-node-binding"
3-
version = "0.9.2-pre.17"
3+
version = "0.10.0-pre.0"
44
authors = ["IronCore Labs <[email protected]>"]
55
edition = "2021"
66
rust-version = "1.56.0"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ironcorelabs/recrypt-node-binding",
3-
"version": "0.9.2-pre.17",
3+
"version": "0.10.0-pre.0",
44
"description": "Bindings to allow the recrypt-rs library to work via NodeJS.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)