From fd4f2e0310a6f2849009e9d467acf297051b9410 Mon Sep 17 00:00:00 2001 From: Foti Dim Date: Sat, 10 Feb 2024 19:13:52 +0100 Subject: [PATCH] Prepare for 0.9.0 --- .github/FUNDING.yml | 1 + CHANGELOG.md | 5 +++++ pubspec.yaml | 3 ++- 3 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 .github/FUNDING.yml diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..d782bf9 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1 @@ +github: navideck diff --git a/CHANGELOG.md b/CHANGELOG.md index c236e4d..570bec3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.9.0 +* Improve windows device name discovery +* Improve linux implementation +* Improve titles in example app + ## 0.8.4 * Add `WebRequestOptionsBuilder.defaultServices` for convenience when setting `optionalServices` when scanning on web * Add "try online" URL in readme diff --git a/pubspec.yaml b/pubspec.yaml index 8bde286..1c18b63 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,9 +1,10 @@ name: universal_ble description: A cross-platform (Android/iOS/macOS/Windows/Linux/Web) Bluetooth Low Energy (BLE) plugin for Flutter -version: 0.8.4 +version: 0.9.0 homepage: https://navideck.com repository: https://github.com/Navideck/universal_ble issue_tracker: https://github.com/Navideck/universal_ble/issues +funding: https://github.com/sponsors/Navideck platforms: android: