File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 6
6
#
7
7
8
8
cmake_minimum_required (VERSION 3.0 )
9
- project (pebble-le VERSION 0.2.2 )
9
+ project (pebble-le VERSION 0.3.0 )
10
10
11
11
# Build Options
12
12
option (BUILD_UNIT_TESTS "Enable unit tests" OFF )
Original file line number Diff line number Diff line change @@ -28,6 +28,14 @@ Credits also go to [Gadgetbridge](https://codeberg.org/Freeyourgadget/Gadgetbrid
28
28
29
29
## Changelog
30
30
31
+ ### v0.3.0
32
+
33
+ * Documentation
34
+ * Added docs generation via Doxygen
35
+ * New C API and Example pages in Sphinx format
36
+ * Documentation is now available at [ ReadTheDocs.org] ( https://pebble-le.readthedocs.org/ )
37
+ * Bluetooth address now indicated in watch connectivity callback
38
+
31
39
### v0.2.2
32
40
33
41
* Fixed GATT server communication after watch reconnect
You can’t perform that action at this time.
0 commit comments