chore: release (#3002)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2025-11-07 21:24:30 +08:00 committed by GitHub
parent 2a34f77272
commit f71d660b43
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 26 additions and 4 deletions

View File

@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [3.3.1](https://github.com/napi-rs/napi-rs/compare/napi-derive-v3.3.0...napi-derive-v3.3.1) - 2025-11-07
### Other
- *(napi)* Promise and ThreadsafeFunction::call_async don't require tokio ([#2998](https://github.com/napi-rs/napi-rs/pull/2998))
## [3.3.0](https://github.com/napi-rs/napi-rs/compare/napi-derive-v3.2.5...napi-derive-v3.3.0) - 2025-10-24
### Added

View File

@ -8,7 +8,7 @@ name = "napi-derive"
readme = "README.md"
repository = "https://github.com/napi-rs/napi-rs"
rust-version.workspace = true
version = "3.3.0"
version = "3.3.1"
[package.metadata.workspaces]
independent = true

View File

@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [3.5.1](https://github.com/napi-rs/napi-rs/compare/napi-v3.5.0...napi-v3.5.1) - 2025-11-07
### Fixed
- *(napi)* TypedArraySlice creation ([#3004](https://github.com/napi-rs/napi-rs/pull/3004))
### Other
- *(napi)* Promise and ThreadsafeFunction::call_async don't require tokio ([#2998](https://github.com/napi-rs/napi-rs/pull/2998))
## [3.5.0](https://github.com/napi-rs/napi-rs/compare/napi-v3.4.0...napi-v3.5.0) - 2025-11-06
### Added

View File

@ -8,7 +8,7 @@ name = "napi"
readme = "README.md"
repository = "https://github.com/napi-rs/napi-rs"
rust-version.workspace = true
version = "3.5.0"
version = "3.5.1"
[lib]
doctest = false
@ -81,7 +81,7 @@ version = "1"
[dependencies.napi-sys]
path = "../sys"
version = "3.1.0"
version = "3.1.1"
[dependencies.encoding_rs]
optional = true

View File

@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [3.1.1](https://github.com/napi-rs/napi-rs/compare/napi-sys-v3.1.0...napi-sys-v3.1.1) - 2025-11-07
### Other
- *(napi)* Promise and ThreadsafeFunction::call_async don't require tokio ([#2998](https://github.com/napi-rs/napi-rs/pull/2998))
## [3.1.0](https://github.com/napi-rs/napi-rs/compare/napi-sys-v3.0.1...napi-sys-v3.1.0) - 2025-11-06
### Added

View File

@ -9,7 +9,7 @@ name = "napi-sys"
readme = "README.md"
repository = "https://github.com/napi-rs/napi-rs"
rust-version.workspace = true
version = "3.1.0"
version = "3.1.1"
[features]
dyn-symbols = [] # Deprecated feature