Skip to content

Commit 0b80be8

Browse files
chore: release (#3110)
1 parent 8e520d4 commit 0b80be8

File tree

6 files changed

+27
-4
lines changed

6 files changed

+27
-4
lines changed

crates/backend/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [5.0.2](https://github.com/napi-rs/napi-rs/compare/napi-derive-backend-v5.0.1...napi-derive-backend-v5.0.2) - 2026-02-14
11+
12+
### Fixed
13+
14+
- *(deps)* update rust crate convert_case to 0.11 ([#3114](https://github.com/napi-rs/napi-rs/pull/3114))
15+
- *(napi-derive)* escape * in comments ([#3109](https://github.com/napi-rs/napi-rs/pull/3109))
16+
1017
## [5.0.1](https://github.com/napi-rs/napi-rs/compare/napi-derive-backend-v5.0.0...napi-derive-backend-v5.0.1) - 2026-01-08
1118

1219
### Fixed

crates/backend/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "napi-derive-backend"
77
readme = "README.md"
88
repository = "https://github.com/napi-rs/napi-rs"
99
rust-version.workspace = true
10-
version = "5.0.1"
10+
version = "5.0.2"
1111

1212
[package.metadata.workspaces]
1313
independent = true

crates/macro/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [3.5.2](https://github.com/napi-rs/napi-rs/compare/napi-derive-v3.5.1...napi-derive-v3.5.2) - 2026-02-14
11+
12+
### Fixed
13+
14+
- *(deps)* update rust crate convert_case to 0.11 ([#3114](https://github.com/napi-rs/napi-rs/pull/3114))
15+
1016
## [3.5.1](https://github.com/napi-rs/napi-rs/compare/napi-derive-v3.5.0...napi-derive-v3.5.1) - 2026-01-08
1117

1218
### Other

crates/macro/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ name = "napi-derive"
88
readme = "README.md"
99
repository = "https://github.com/napi-rs/napi-rs"
1010
rust-version.workspace = true
11-
version = "3.5.1"
11+
version = "3.5.2"
1212

1313
[package.metadata.workspaces]
1414
independent = true
@@ -25,7 +25,7 @@ type-def = ["napi-derive-backend/type-def", "ctor"]
2525
[dependencies]
2626
convert_case = "0.11"
2727
ctor = { version = "0.6", optional = true }
28-
napi-derive-backend = { version = "5.0.1", path = "../backend" }
28+
napi-derive-backend = { version = "5.0.2", path = "../backend" }
2929
proc-macro2 = "1"
3030
quote = "1"
3131
syn = { version = "2", features = ["fold", "full", "extra-traits"] }

crates/napi/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [3.8.3](https://github.com/napi-rs/napi-rs/compare/napi-v3.8.2...napi-v3.8.3) - 2026-02-14
11+
12+
### Fixed
13+
14+
- *(napi)* prevent async iterator use-after-free during GC ([#3120](https://github.com/napi-rs/napi-rs/pull/3120))
15+
16+
### Other
17+
18+
- replace `BufferRef` mention with `BufferSlice` ([#3112](https://github.com/napi-rs/napi-rs/pull/3112))
19+
1020
## [3.8.2](https://github.com/napi-rs/napi-rs/compare/napi-v3.8.1...napi-v3.8.2) - 2026-01-08
1121

1222
### Fixed

crates/napi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ name = "napi"
88
readme = "README.md"
99
repository = "https://github.com/napi-rs/napi-rs"
1010
rust-version.workspace = true
11-
version = "3.8.2"
11+
version = "3.8.3"
1212

1313
[lib]
1414
doctest = false

0 commit comments

Comments
 (0)