Skip to content

Commit

Permalink
Release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
leso-kn committed Aug 31, 2023
1 parent 31a9b99 commit eeef923
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#

cmake_minimum_required(VERSION 3.0)
project(pebble-le VERSION 0.2.2)
project(pebble-le VERSION 0.3.0)

# Build Options
option(BUILD_UNIT_TESTS "Enable unit tests" OFF)
Expand Down
8 changes: 8 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,14 @@ Credits also go to [Gadgetbridge](https://codeberg.org/Freeyourgadget/Gadgetbrid

## Changelog

### v0.3.0

* Documentation
* Added docs generation via Doxygen
* New C API and Example pages in Sphinx format
* Documentation is now available at [ReadTheDocs.org](https://pebble-le.readthedocs.org/)
* Bluetooth address now indicated in watch connectivity callback

### v0.2.2

* Fixed GATT server communication after watch reconnect
Expand Down

0 comments on commit eeef923

Please sign in to comment.