mirror of
https://github.com/napi-rs/napi-rs.git
synced 2025-12-08 19:56:07 +00:00
chore: release (#2788)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
16dbf68dca
commit
03805d1d3a
@ -0,0 +1,14 @@
|
||||
# Changelog
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [2.0.1](https://github.com/napi-rs/napi-rs/compare/napi-derive-backend-v2.0.0...napi-derive-backend-v2.0.1) - 2025-07-21
|
||||
|
||||
### Other
|
||||
|
||||
- pin release-plz action
|
||||
@ -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.0"
|
||||
version = "2.0.1"
|
||||
|
||||
[package.metadata.workspaces]
|
||||
independent = true
|
||||
|
||||
@ -0,0 +1,18 @@
|
||||
# Changelog
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [3.1.0](https://github.com/napi-rs/napi-rs/compare/napi-derive-v3.0.0...napi-derive-v3.1.0) - 2025-07-21
|
||||
|
||||
### Added
|
||||
|
||||
- *(napi)* provide ScopedTask to resolve JsValue with lifetime ([#2786](https://github.com/napi-rs/napi-rs/pull/2786))
|
||||
|
||||
### Other
|
||||
|
||||
- pin release-plz action
|
||||
@ -8,7 +8,7 @@ name = "napi-derive"
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/napi-rs/napi-rs"
|
||||
rust-version = "1.80"
|
||||
version = "3.0.0"
|
||||
version = "3.1.0"
|
||||
|
||||
[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.0", path = "../backend" }
|
||||
napi-derive-backend = { version = "2.0.1", path = "../backend" }
|
||||
proc-macro2 = "1"
|
||||
quote = "1"
|
||||
syn = { version = "2", features = ["fold", "full", "extra-traits"] }
|
||||
|
||||
@ -0,0 +1,19 @@
|
||||
# Changelog
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [3.1.0](https://github.com/napi-rs/napi-rs/compare/napi-v3.0.0...napi-v3.1.0) - 2025-07-21
|
||||
|
||||
### Added
|
||||
|
||||
- *(napi)* provide ScopedTask to resolve JsValue with lifetime ([#2786](https://github.com/napi-rs/napi-rs/pull/2786))
|
||||
|
||||
### Other
|
||||
|
||||
- *(napi)* add UnwindSafe and RefUnwindSafe back to AbortSignal and AsyncWorkPromise ([#2789](https://github.com/napi-rs/napi-rs/pull/2789))
|
||||
- pin release-plz action
|
||||
@ -8,7 +8,7 @@ name = "napi"
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/napi-rs/napi-rs"
|
||||
rust-version = "1.80"
|
||||
version = "3.0.0"
|
||||
version = "3.1.0"
|
||||
|
||||
[lib]
|
||||
doctest = false
|
||||
|
||||
@ -13,8 +13,7 @@ snmalloc = ["snmalloc-rs"]
|
||||
dyn-symbols = ["napi/dyn-symbols"]
|
||||
error_try_builds = []
|
||||
noop = ["napi/noop"]
|
||||
cfg_attr_napi = [
|
||||
] # for testing cfg_attr(not(feature = "noop"), napi_derive::napi) attribute
|
||||
cfg_attr_napi = [] # for testing cfg_attr(not(feature = "noop"), napi_derive::napi) attribute
|
||||
|
||||
[dependencies]
|
||||
chrono = "0.4"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user