Skip to content

Commit

Permalink
Release v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
leso-kn committed Jun 26, 2023
1 parent 09e4cda commit c00589e
Show file tree
Hide file tree
Showing 2 changed files with 5 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.0)
project(pebble-le VERSION 0.2.1)

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

## Changelog

### v0.2.1

* Fixed crash upon watch disconnect in optimized build

### v0.2.0

* New: Support for sending/receiving large messages (packet chunking)
Expand Down

0 comments on commit c00589e

Please sign in to comment.