mirror of
https://github.com/napi-rs/napi-rs.git
synced 2026-02-01 16:41:24 +00:00
chore: release (#3002)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
2a34f77272
commit
f71d660b43
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user