mirror of
https://github.com/napi-rs/napi-rs.git
synced 2025-12-08 19:56:07 +00:00
chore: release (#2977)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
52c0da5c19
commit
39230082f6
@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [2.3.0](https://github.com/napi-rs/napi-rs/compare/napi-build-v2.2.4...napi-build-v2.3.0) - 2025-11-06
|
||||
|
||||
### Added
|
||||
|
||||
- *(sys)* use libloading to load napi symbols at runtime on all platform ([#2996](https://github.com/napi-rs/napi-rs/pull/2996))
|
||||
|
||||
## [2.2.4](https://github.com/napi-rs/napi-rs/compare/napi-build-v2.2.3...napi-build-v2.2.4) - 2025-10-24
|
||||
|
||||
### Fixed
|
||||
|
||||
@ -9,7 +9,7 @@ name = "napi-build"
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/napi-rs/napi-rs"
|
||||
rust-version.workspace = true
|
||||
version = "2.2.4"
|
||||
version = "2.3.0"
|
||||
|
||||
[package.metadata.workspaces]
|
||||
independent = true
|
||||
|
||||
@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [3.5.0](https://github.com/napi-rs/napi-rs/compare/napi-v3.4.0...napi-v3.5.0) - 2025-11-06
|
||||
|
||||
### Added
|
||||
|
||||
- *(sys)* use libloading to load napi symbols at runtime on all platform ([#2996](https://github.com/napi-rs/napi-rs/pull/2996))
|
||||
|
||||
### Fixed
|
||||
|
||||
- *(napi)* memory leak in PromiseRaw cleanup callback ([#2995](https://github.com/napi-rs/napi-rs/pull/2995))
|
||||
|
||||
### Other
|
||||
|
||||
- *(napi)* mark tsfn data as pub and split SendableResolver to indent file ([#2992](https://github.com/napi-rs/napi-rs/pull/2992))
|
||||
- *(napi)* mark SendableResolver and PromiseRaw as pub ([#2981](https://github.com/napi-rs/napi-rs/pull/2981))
|
||||
- add sponsors
|
||||
|
||||
## [3.4.0](https://github.com/napi-rs/napi-rs/compare/napi-v3.3.0...napi-v3.4.0) - 2025-10-24
|
||||
|
||||
### Added
|
||||
|
||||
@ -8,7 +8,7 @@ name = "napi"
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/napi-rs/napi-rs"
|
||||
rust-version.workspace = true
|
||||
version = "3.4.0"
|
||||
version = "3.5.0"
|
||||
|
||||
[lib]
|
||||
doctest = false
|
||||
@ -81,7 +81,7 @@ version = "1"
|
||||
|
||||
[dependencies.napi-sys]
|
||||
path = "../sys"
|
||||
version = "3.0.1"
|
||||
version = "3.1.0"
|
||||
|
||||
[dependencies.encoding_rs]
|
||||
optional = true
|
||||
@ -122,4 +122,4 @@ optional = true
|
||||
version = "0.1"
|
||||
|
||||
[build-dependencies]
|
||||
napi-build = { path = "../build", version = "2.2.4" }
|
||||
napi-build = { path = "../build", version = "2.3.0" }
|
||||
|
||||
@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [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
|
||||
|
||||
- *(sys)* use libloading to load napi symbols at runtime on all platform ([#2996](https://github.com/napi-rs/napi-rs/pull/2996))
|
||||
|
||||
## [3.0.1](https://github.com/napi-rs/napi-rs/compare/napi-sys-v3.0.0...napi-sys-v3.0.1) - 2025-10-24
|
||||
|
||||
### Other
|
||||
|
||||
@ -9,7 +9,7 @@ name = "napi-sys"
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/napi-rs/napi-rs"
|
||||
rust-version.workspace = true
|
||||
version = "3.0.1"
|
||||
version = "3.1.0"
|
||||
|
||||
[features]
|
||||
dyn-symbols = [] # Deprecated feature
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user