mirror of
https://github.com/napi-rs/napi-rs.git
synced 2025-12-08 19:56:07 +00:00
chore: release (#2814)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
642b5aba1c
commit
a40e2368e6
@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [2.0.3](https://github.com/napi-rs/napi-rs/compare/napi-derive-backend-v2.0.2...napi-derive-backend-v2.0.3) - 2025-07-30
|
||||
|
||||
### Fixed
|
||||
|
||||
- *(napi-derive)* generate types for threadsafe_function with WEAK=true correctly ([#2813](https://github.com/napi-rs/napi-rs/pull/2813))
|
||||
|
||||
## [2.0.2](https://github.com/napi-rs/napi-rs/compare/napi-derive-backend-v2.0.1...napi-derive-backend-v2.0.2) - 2025-07-22
|
||||
|
||||
### Fixed
|
||||
|
||||
@ -7,7 +7,7 @@ name = "napi-derive-backend"
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/napi-rs/napi-rs"
|
||||
rust-version = "1.80"
|
||||
version = "2.0.2"
|
||||
version = "2.0.3"
|
||||
|
||||
[package.metadata.workspaces]
|
||||
independent = true
|
||||
|
||||
@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [3.1.2](https://github.com/napi-rs/napi-rs/compare/napi-derive-v3.1.1...napi-derive-v3.1.2) - 2025-07-30
|
||||
|
||||
### Other
|
||||
|
||||
- updated the following local packages: napi-derive-backend
|
||||
|
||||
## [3.1.1](https://github.com/napi-rs/napi-rs/compare/napi-derive-v3.1.0...napi-derive-v3.1.1) - 2025-07-22
|
||||
|
||||
### Other
|
||||
|
||||
@ -8,7 +8,7 @@ name = "napi-derive"
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/napi-rs/napi-rs"
|
||||
rust-version = "1.80"
|
||||
version = "3.1.1"
|
||||
version = "3.1.2"
|
||||
|
||||
[package.metadata.workspaces]
|
||||
independent = true
|
||||
@ -24,7 +24,7 @@ type-def = ["napi-derive-backend/type-def", "ctor"]
|
||||
[dependencies]
|
||||
convert_case = "0.8"
|
||||
ctor = { version = "0.4", optional = true }
|
||||
napi-derive-backend = { version = "2.0.2", path = "../backend" }
|
||||
napi-derive-backend = { version = "2.0.3", path = "../backend" }
|
||||
proc-macro2 = "1"
|
||||
quote = "1"
|
||||
syn = { version = "2", features = ["fold", "full", "extra-traits"] }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user