mirror of
https://github.com/napi-rs/napi-rs.git
synced 2025-12-08 19:56:07 +00:00
chore: release (#2858)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
bcef141990
commit
fa5fa53a76
@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [2.1.2](https://github.com/napi-rs/napi-rs/compare/napi-derive-backend-v2.1.1...napi-derive-backend-v2.1.2) - 2025-08-09
|
||||
|
||||
### Fixed
|
||||
|
||||
- *(napi-derive)* comments idents regression ([#2857](https://github.com/napi-rs/napi-rs/pull/2857))
|
||||
|
||||
## [2.1.1](https://github.com/napi-rs/napi-rs/compare/napi-derive-backend-v2.1.0...napi-derive-backend-v2.1.1) - 2025-08-08
|
||||
|
||||
### 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.1.1"
|
||||
version = "2.1.2"
|
||||
|
||||
[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.2.2](https://github.com/napi-rs/napi-rs/compare/napi-derive-v3.2.1...napi-derive-v3.2.2) - 2025-08-09
|
||||
|
||||
### Other
|
||||
|
||||
- updated the following local packages: napi-derive-backend
|
||||
|
||||
## [3.2.1](https://github.com/napi-rs/napi-rs/compare/napi-derive-v3.2.0...napi-derive-v3.2.1) - 2025-08-08
|
||||
|
||||
### 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.2.1"
|
||||
version = "3.2.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.1.1", path = "../backend" }
|
||||
napi-derive-backend = { version = "2.1.2", path = "../backend" }
|
||||
proc-macro2 = "1"
|
||||
quote = "1"
|
||||
syn = { version = "2", features = ["fold", "full", "extra-traits"] }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user