Skip to content

Commit f1ca51b

Browse files
committed
v2.8.0
1 parent c364602 commit f1ca51b

4 files changed

Lines changed: 6 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## unreleased
44

5+
## v2.8.0 (2021-03-21)
6+
57
* Print a warning when no power when running connect, disconnect, inquiry and pair commands [#50](https://github.com/toy/blueutil/issues/50) [@toy](https://github.com/toy)
68
* Fix check for RSSI equality when waiting for device [@toy](https://github.com/toy)
79
* Support US spelling favorite for switches including favourite [#49](https://github.com/toy/blueutil/issues/49) [@toy](https://github.com/toy)

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Originally written by Frederik Seiffert <ego@frederikseiffert.de>
22

3-
Copyright (c) 2011-2020 Ivan Kuchin
3+
Copyright (c) 2011-2021 Ivan Kuchin
44

55
Permission is hereby granted, free of charge, to any person obtaining
66
a copy of this software and associated documentation files (the

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,4 +160,4 @@ To release new version:
160160
## Copyright
161161

162162
Originally written by Frederik Seiffert ego@frederikseiffert.de http://www.frederikseiffert.de/blueutil/
163-
Copyright (c) 2011-2020 Ivan Kuchin. See [LICENSE.txt](LICENSE.txt) for details.
163+
Copyright (c) 2011-2021 Ivan Kuchin. See [LICENSE.txt](LICENSE.txt) for details.

blueutil.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
//
77
// Originally written by Frederik Seiffert <ego@frederikseiffert.de> http://www.frederikseiffert.de/blueutil/
88
//
9-
// Copyright (c) 2011-2020 Ivan Kuchin. See <LICENSE.txt> for details.
9+
// Copyright (c) 2011-2021 Ivan Kuchin. See <LICENSE.txt> for details.
1010

11-
#define VERSION "2.7.0"
11+
#define VERSION "2.8.0"
1212

1313
#import <IOBluetooth/IOBluetooth.h>
1414

0 commit comments

Comments
 (0)