mirror of
https://github.com/napi-rs/napi-rs.git
synced 2025-12-08 19:56:07 +00:00
chore(napi): release v3.1.5 (#2820)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
10416f1b43
commit
e44329a059
@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [3.1.5](https://github.com/napi-rs/napi-rs/compare/napi-v3.1.4...napi-v3.1.5) - 2025-07-31
|
||||
|
||||
### Fixed
|
||||
|
||||
- *(napi)* relax the lifetime restriction in PromiseRaw callbacks ([#2819](https://github.com/napi-rs/napi-rs/pull/2819))
|
||||
|
||||
## [3.1.4](https://github.com/napi-rs/napi-rs/compare/napi-v3.1.3...napi-v3.1.4) - 2025-07-30
|
||||
|
||||
### Fixed
|
||||
|
||||
@ -8,7 +8,7 @@ name = "napi"
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/napi-rs/napi-rs"
|
||||
rust-version = "1.80"
|
||||
version = "3.1.4"
|
||||
version = "3.1.5"
|
||||
|
||||
[lib]
|
||||
doctest = false
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user