mirror of
https://github.com/napi-rs/napi-rs.git
synced 2025-12-08 19:56:07 +00:00
chore: release (#3048)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
280ab7fdda
commit
be4b16ca00
@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [3.6.1](https://github.com/napi-rs/napi-rs/compare/napi-v3.6.0...napi-v3.6.1) - 2025-12-02
|
||||
|
||||
### Other
|
||||
|
||||
- updated the following local packages: napi-sys
|
||||
|
||||
## [3.6.0](https://github.com/napi-rs/napi-rs/compare/napi-v3.5.2...napi-v3.6.0) - 2025-12-02
|
||||
|
||||
### Added
|
||||
|
||||
@ -8,7 +8,7 @@ name = "napi"
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/napi-rs/napi-rs"
|
||||
rust-version.workspace = true
|
||||
version = "3.6.0"
|
||||
version = "3.6.1"
|
||||
|
||||
[lib]
|
||||
doctest = false
|
||||
@ -82,7 +82,7 @@ version = "1"
|
||||
|
||||
[dependencies.napi-sys]
|
||||
path = "../sys"
|
||||
version = "3.2.0"
|
||||
version = "3.2.1"
|
||||
default-features = false
|
||||
|
||||
[dependencies.encoding_rs]
|
||||
|
||||
@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [3.2.1](https://github.com/napi-rs/napi-rs/compare/napi-sys-v3.2.0...napi-sys-v3.2.1) - 2025-12-02
|
||||
|
||||
### Fixed
|
||||
|
||||
- *(sys)* always require libloading because of msvc ([#3047](https://github.com/napi-rs/napi-rs/pull/3047))
|
||||
|
||||
## [3.2.0](https://github.com/napi-rs/napi-rs/compare/napi-sys-v3.1.1...napi-sys-v3.2.0) - 2025-12-02
|
||||
|
||||
### Added
|
||||
|
||||
@ -9,7 +9,7 @@ name = "napi-sys"
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/napi-rs/napi-rs"
|
||||
rust-version.workspace = true
|
||||
version = "3.2.0"
|
||||
version = "3.2.1"
|
||||
|
||||
[features]
|
||||
default = ["dyn-symbols"]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user