Skip to content

Commit

Permalink
Bump version to 0.5.0 in Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
krokosik committed Feb 10, 2025
1 parent 9df9670 commit 04cce6e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "esp-pulser"
version = "0.4.8"
version = "0.5.0"
authors = ["krokosik <[email protected]>"]
edition = "2021"
resolver = "2"
Expand Down
4 changes: 4 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# esp_pulser

## Breaking change warning

OTA for versions lower than 0.5.0 does not work, due to filename change. Updating needs to be done with manual flashing.

## Description

This is the firmware for an ESP32-S3 MCU responsible for collecting heartbeat data using an MAX30102 sensor. It is meant to be used with the companion [GUI app](https://github.com/krokosik/esp-pulser-gui).
Expand Down

0 comments on commit 04cce6e

Please sign in to comment.