Skip to content

Commit eeef923

Browse files
committed
Release v0.3.0
1 parent 31a9b99 commit eeef923

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77

88
cmake_minimum_required(VERSION 3.0)
9-
project(pebble-le VERSION 0.2.2)
9+
project(pebble-le VERSION 0.3.0)
1010

1111
# Build Options
1212
option(BUILD_UNIT_TESTS "Enable unit tests" OFF)

readme.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,14 @@ Credits also go to [Gadgetbridge](https://codeberg.org/Freeyourgadget/Gadgetbrid
2828

2929
## Changelog
3030

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+
3139
### v0.2.2
3240

3341
* Fixed GATT server communication after watch reconnect

0 commit comments

Comments
 (0)