Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [10.1.0] - 2026-02-19

* Added Swift Package Manager (SPM) support for iOS and macOS plugin integration.
* Migrated iOS/macOS native source layout to `Package.swift` + `Sources/<plugin_name>/`.
* Updated Pigeon generation output paths for Darwin host code to match the SPM layout.
* Updated CocoaPods podspecs to remain compatible alongside SPM.
* Updated package and platform version references/documentation.
* **Fix:** Enhanced biometric type detection for android.

## [10.0.0] - 2026-02-06

* **Breaking:** Added new `BiometricError` enum values; consumers using exhaustive switches must handle the new cases(security update required, not supported, system canceled, prompt error).
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ To get started with Biometric Signature, follow these steps:

```yaml
dependencies:
biometric_signature: ^10.0.0
biometric_signature: ^10.1.0
```

| | Android | iOS | macOS | Windows |
Expand Down
Loading